We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c9fff commit f593f60Copy full SHA for f593f60
modules/integration/src/test/scala/scala/cli/integration/RunTestDefinitions.scala
@@ -2332,7 +2332,7 @@ abstract class RunTestDefinitions
2332
"iteration",
2333
i.toString
2334
)
2335
- .spawn(cwd = root)
+ .spawn(cwd = root, env = Map("SCALA_CLI_EXTRA_TIMEOUT" -> "120 seconds"))
2336
}.zipWithIndex
2337
processes.foreach { case (p, _) => p.waitFor() }
2338
processes.foreach { case (p, _) => expect(p.exitCode == 0) }
0 commit comments