Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed May 15, 2024
1 parent 1fef5b9 commit 81bfc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CrossPlatform.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CrossPlatformTests extends munit.FunSuite:
test("js")(publishAndRun("js", "1.0.0-SNAPSHOT", "--js"))
test("native")(publishAndRun("native", "1.0.0-SNAPSHOT", "--native", "--native-version", "0.5.1"))

override val munitTimeout = Duration(90, "s")
override val munitTimeout = Duration(120, "s")

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

0 comments on commit 81bfc48

Please sign in to comment.