Skip to content

Commit

Permalink
Add extra timeout for Bloop in parallel processes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Dec 31, 2024
1 parent c2c9fff commit f593f60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@ abstract class RunTestDefinitions
"iteration",
i.toString
)
.spawn(cwd = root)
.spawn(cwd = root, env = Map("SCALA_CLI_EXTRA_TIMEOUT" -> "120 seconds"))
}.zipWithIndex
processes.foreach { case (p, _) => p.waitFor() }
processes.foreach { case (p, _) => expect(p.exitCode == 0) }
Expand Down

0 comments on commit f593f60

Please sign in to comment.