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