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 e914870 commit 4f19f97Copy full SHA for 4f19f97
project/test/src/liveServer.test.scala
@@ -161,7 +161,7 @@ class PlaywrightTest extends munit.FunSuite:
161
)
162
.unsafeToFuture()
163
164
- Thread.sleep(500) // give the thing time to start.
+ Thread.sleep(1000) // give the thing time to start.
165
166
val out = requests.get(s"http://localhost:$thisTestPort/api/hello", check = false)
167
assertEquals(out.statusCode, 200)
0 commit comments