Skip to content

Commit 4f19f97

Browse files
committed
.
1 parent e914870 commit 4f19f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/test/src/liveServer.test.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class PlaywrightTest extends munit.FunSuite:
161161
)
162162
.unsafeToFuture()
163163

164-
Thread.sleep(500) // give the thing time to start.
164+
Thread.sleep(1000) // give the thing time to start.
165165

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

0 commit comments

Comments
 (0)