mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix timeout
This commit is contained in:
parent
bee9f0dedb
commit
e4dc48a62d
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ def start_server(port=51000):
|
|||
process.terminate()
|
||||
|
||||
|
||||
def wait_for_health_check(url, timeout=180):
|
||||
def wait_for_health_check(url, timeout=300):
|
||||
"""Wait for the Uvicorn server to respond to health-check requests."""
|
||||
start_time = time.time()
|
||||
while time.time() - start_time < timeout:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue