chore: bump wait_for_server from 30 to 60 seconds (#8435)
bump 30 to 60 seconds
This commit is contained in:
2
.github/scripts/model-sweep/conftest.py
vendored
2
.github/scripts/model-sweep/conftest.py
vendored
@@ -184,7 +184,7 @@ def _start_server_once() -> str:
|
||||
thread.start()
|
||||
|
||||
# Poll until up
|
||||
timeout_seconds = 30
|
||||
timeout_seconds = 60
|
||||
deadline = time.time() + timeout_seconds
|
||||
while time.time() < deadline:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user