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 0f1b7c1 commit 97b1ab8Copy full SHA for 97b1ab8
tests/conftest.py
@@ -36,7 +36,7 @@ def get(self, port):
36
url = f"http://localhost:{port}/"
37
38
# FIXME: Do we need this?
39
- time.sleep(0.5)
+ time.sleep(1.0)
40
41
logger.info(f"Get {url}")
42
super().get(url)
0 commit comments