Skip to content

Commit

Permalink
increase app_tests/integration_tests/llm/utils.py server start timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Jan 3, 2025
1 parent 644c98d commit 14fb94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_tests/integration_tests/llm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def find_available_port():
return port


def wait_for_server(url, timeout=10):
def wait_for_server(url, timeout=60):
logger.info(f"Waiting for server to start at {url}...")
start = time.time()
while time.time() - start < timeout:
Expand Down

0 comments on commit 14fb94e

Please sign in to comment.