Skip to content

Commit 97b1ab8

Browse files
committed
Extend sleep workaround for tests
1 parent 0f1b7c1 commit 97b1ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get(self, port):
3636
url = f"http://localhost:{port}/"
3737

3838
# FIXME: Do we need this?
39-
time.sleep(0.5)
39+
time.sleep(1.0)
4040

4141
logger.info(f"Get {url}")
4242
super().get(url)

0 commit comments

Comments
 (0)