Skip to content

Commit

Permalink
bump time
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewparmet committed May 9, 2024
1 parent 41c1626 commit 03da945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fun String.runCommand(
.apply { environment().putAll(env) }
.start()

if (!proc.waitFor(10, TimeUnit.SECONDS)) {
if (!proc.waitFor(100, TimeUnit.SECONDS)) {
proc.destroyForcibly()
fail("Process '$this' took too long")
}
Expand Down

0 comments on commit 03da945

Please sign in to comment.