Skip to content

Commit

Permalink
Trying out other unit of processTimeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jun 29, 2024
1 parent 718b065 commit c15d6e7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ class RunCoverageTest {
main(
"${tempFolder.root}",
"coverage/main/java/com/example/TwoSum.kt",
"format=html",
"processTimeout=10"
"processTimeout=10",
"format=html"
)

val outputReport = File(
Expand Down Expand Up @@ -2278,7 +2278,7 @@ class RunCoverageTest {

private fun initializeCommandExecutorWithLongProcessWaitTime(): CommandExecutorImpl {
return CommandExecutorImpl(
scriptBgDispatcher, processTimeout = 10, processTimeoutUnit = TimeUnit.MINUTES
scriptBgDispatcher, processTimeout = 240_000L, processTimeoutUnit = TimeUnit.MILLISECONDS
)
}
}

0 comments on commit c15d6e7

Please sign in to comment.