Skip to content

Commit 8c87240

Browse files
author
Dylan Huang
committed
increase retries
1 parent cd14c75 commit 8c87240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_logs_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def find_free_port():
499499
server_process.start()
500500

501501
# Wait for server to be ready
502-
for _ in range(20):
502+
for _ in range(30):
503503
try:
504504
response = httpx.get(f"http://localhost:{test_port}/health", timeout=1)
505505
if response.status_code == 200:

0 commit comments

Comments
 (0)