Skip to content

Commit

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

Expand Down

0 comments on commit d6358f2

Please sign in to comment.