Skip to content

Commit ef4f447

Browse files
committed
Match time on run comment
1 parent a4e5e48 commit ef4f447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ import scala.concurrent.duration.*
2323

2424
object ToolkitCompilationTest extends SimpleIOSuite {
2525

26-
// 2 minutes may seem a lot, but consider that the first test for
26+
// 4 minutes may seem a lot, but consider that the first test for
2727
// each (scalaVersion, platform) will have to download the compiler
2828
// (if it's not the default), compile (that for native takes awhile)
2929
// and then finally run the code.
3030
private val TestTimeout = 4.minutes
31-
31+
3232
// This helps improve times on Native, more investigation is needed to understand why.
3333
override val maxParallelism = 1
3434

0 commit comments

Comments
 (0)