Skip to content

Commit

Permalink
Merge pull request #2160 from tgodzik/increase-test-duration
Browse files Browse the repository at this point in the history
chore: Increase test maximum duration for ScalaJsToolchainSpec for 0.6
  • Loading branch information
ckipp01 authored Sep 19, 2023
2 parents abd12ec + 1b395dc commit 35ffb18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ScalaJsToolchainSpec {
logger.getMessages.assertContain("Hello, world from DefaultApp!", atLevel = "info")
}

private final val maxDuration = Duration.apply(45, TimeUnit.SECONDS)
private final val maxDuration = Duration.apply(90, TimeUnit.SECONDS)
private implicit class RichLogs(logs: List[(String, String)]) {
def assertContain(needle: String, atLevel: String): Unit = {
def failMessage = s"""Logs did not contain `$needle` at level `$atLevel`. Logs were:
Expand Down

0 comments on commit 35ffb18

Please sign in to comment.