[CI] [ROCm] Fix tests/entrypoints/test_grpc_server.py on ROCm (#31970)

Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
This commit is contained in:
TJian
2026-01-09 12:54:20 +08:00
committed by GitHub
parent a1648c4045
commit 7a05d2dc65
5 changed files with 18 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ def find_free_port() -> int:
return port
async def wait_for_server(port: int, timeout: float = 30.0) -> bool:
async def wait_for_server(port: int, timeout: float = 60.0) -> bool:
"""Wait for the gRPC server to be ready by trying health checks."""
start_time = time.time()
print("waiting for server to start...")