Skip to content

Commit 81bfc48

Browse files
committed
Increase timeout
1 parent 1fef5b9 commit 81bfc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CrossPlatform.test.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class CrossPlatformTests extends munit.FunSuite:
1111
test("js")(publishAndRun("js", "1.0.0-SNAPSHOT", "--js"))
1212
test("native")(publishAndRun("native", "1.0.0-SNAPSHOT", "--native", "--native-version", "0.5.1"))
1313

14-
override val munitTimeout = Duration(90, "s")
14+
override val munitTimeout = Duration(120, "s")
1515

1616
private def publishAndRun(platform: String, version: String, extraOpts: String*): Unit =
1717
val toolkitFile = if platform == "js" then os.pwd / "Toolkit.js.scala" else os.pwd / "Toolkit.scala"

0 commit comments

Comments
 (0)