chore: bump wait_for_server from 30 to 60 seconds (#8435)
bump 30 to 60 seconds
This commit is contained in:
@@ -39,7 +39,7 @@ def server_url() -> str:
|
||||
thread.start()
|
||||
|
||||
# Poll until the server is up (or timeout)
|
||||
timeout_seconds = 30
|
||||
timeout_seconds = 60
|
||||
deadline = time.time() + timeout_seconds
|
||||
while time.time() < deadline:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user