Skip to content

Commit f593f60

Browse files
committed
Add extra timeout for Bloop in parallel processes tests
1 parent c2c9fff commit f593f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/integration/src/test/scala/scala/cli/integration/RunTestDefinitions.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ abstract class RunTestDefinitions
23322332
"iteration",
23332333
i.toString
23342334
)
2335-
.spawn(cwd = root)
2335+
.spawn(cwd = root, env = Map("SCALA_CLI_EXTRA_TIMEOUT" -> "120 seconds"))
23362336
}.zipWithIndex
23372337
processes.foreach { case (p, _) => p.waitFor() }
23382338
processes.foreach { case (p, _) => expect(p.exitCode == 0) }

0 commit comments

Comments
 (0)