Skip to content

Commit

Permalink
Bumping the processTimeout to 15 since the code coverage run failed w…
Browse files Browse the repository at this point in the history
…ith process did not finish within the time error was thrown
  • Loading branch information
Rd4dev committed Aug 8, 2024
1 parent 6aeda6b commit 71a9ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2467,7 +2467,7 @@ class RunCoverageTest {

private fun initializeCommandExecutorWithLongProcessWaitTime(): CommandExecutorImpl {
return CommandExecutorImpl(
scriptBgDispatcher, processTimeout = 5, processTimeoutUnit = TimeUnit.MINUTES
scriptBgDispatcher, processTimeout = 15, processTimeoutUnit = TimeUnit.MINUTES
)
}

Expand Down

0 comments on commit 71a9ce2

Please sign in to comment.