diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index 1c9cc8c9..60146ad1 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -466,8 +466,7 @@ def launcher(event_loop): args.append("--cuda-graphs") args.append(",".join(map(str, cuda_graphs))) - client = docker.from_env(timeout=180) - client.ping() + client = docker.from_env() container_name = f"tgi-tests-{model_id.split('/')[-1]}-{num_shard}-{quantize}"