Skip to content

Commit

Permalink
Increased test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Sep 26, 2024
1 parent b3d341d commit 4331bf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ThetaExecutionResult(
class ThetaExecutor(
private val version: String = "latest",
private val parameters: List<String>,
private val timeout: Long = 5,
private val timeout: Long = 10,
private val timeUnit: TimeUnit = TimeUnit.MINUTES
) {

Expand Down

0 comments on commit 4331bf5

Please sign in to comment.