From 4cc842e55626476cc4ae5a9347c8e0b4b606653a Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 20 Jan 2025 17:26:58 +0100 Subject: [PATCH] Longer timeout ? --- integration-tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index 04811fec..c46c3ee6 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -562,6 +562,7 @@ def launcher(event_loop): docker.types.DeviceRequest(count=gpu_count, capabilities=[["gpu"]]) ] + client.api.timeout = 180 container = client.containers.run( DOCKER_IMAGE, command=args,