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,