Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed May 25, 2024
1 parent e914870 commit 4f19f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/test/src/liveServer.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class PlaywrightTest extends munit.FunSuite:
)
.unsafeToFuture()

Thread.sleep(500) // give the thing time to start.
Thread.sleep(1000) // give the thing time to start.

val out = requests.get(s"http://localhost:$thisTestPort/api/hello", check = false)
assertEquals(out.statusCode, 200)
Expand Down

0 comments on commit 4f19f97

Please sign in to comment.