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 1fef5b9 commit 81bfc48Copy full SHA for 81bfc48
tests/CrossPlatform.test.scala
@@ -11,7 +11,7 @@ class CrossPlatformTests extends munit.FunSuite:
11
test("js")(publishAndRun("js", "1.0.0-SNAPSHOT", "--js"))
12
test("native")(publishAndRun("native", "1.0.0-SNAPSHOT", "--native", "--native-version", "0.5.1"))
13
14
- override val munitTimeout = Duration(90, "s")
+ override val munitTimeout = Duration(120, "s")
15
16
private def publishAndRun(platform: String, version: String, extraOpts: String*): Unit =
17
val toolkitFile = if platform == "js" then os.pwd / "Toolkit.js.scala" else os.pwd / "Toolkit.scala"
0 commit comments