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 ef4f447 commit eb8f4d7Copy full SHA for eb8f4d7
1 file changed
tests/shared/src/test/scala/org/typelevel/toolkit/ToolkitCompilationTest.scala
@@ -29,7 +29,7 @@ object ToolkitCompilationTest extends SimpleIOSuite {
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.
+ // We can disable parallelism for this suite, since it is CPU-bound anyway.
33
override val maxParallelism = 1
34
35
testRun("Toolkit should run a simple Hello Cats Effect") {
0 commit comments