We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e5e48 commit ef4f447Copy full SHA for ef4f447
tests/shared/src/test/scala/org/typelevel/toolkit/ToolkitCompilationTest.scala
@@ -23,12 +23,12 @@ import scala.concurrent.duration.*
23
24
object ToolkitCompilationTest extends SimpleIOSuite {
25
26
- // 2 minutes may seem a lot, but consider that the first test for
+ // 4 minutes may seem a lot, but consider that the first test for
27
// each (scalaVersion, platform) will have to download the compiler
28
// (if it's not the default), compile (that for native takes awhile)
29
// and then finally run the code.
30
private val TestTimeout = 4.minutes
31
-
+
32
// This helps improve times on Native, more investigation is needed to understand why.
33
override val maxParallelism = 1
34
0 commit comments