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 4f19f97 commit 8940a39Copy full SHA for 8940a39
project/test/src/liveServer.test.scala
@@ -161,7 +161,7 @@ class PlaywrightTest extends munit.FunSuite:
161
)
162
.unsafeToFuture()
163
164
- Thread.sleep(1000) // give the thing time to start.
+ Thread.sleep(4000) // 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