Skip to content

Commit eb8f4d7

Browse files
committed
Update parallelism (more like concurrency) comment
1 parent ef4f447 commit eb8f4d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/shared/src/test/scala/org/typelevel/toolkit/ToolkitCompilationTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object ToolkitCompilationTest extends SimpleIOSuite {
2929
// and then finally run the code.
3030
private val TestTimeout = 4.minutes
3131

32-
// This helps improve times on Native, more investigation is needed to understand why.
32+
// We can disable parallelism for this suite, since it is CPU-bound anyway.
3333
override val maxParallelism = 1
3434

3535
testRun("Toolkit should run a simple Hello Cats Effect") {

0 commit comments

Comments
 (0)