From 07efcf423e5bafbec7eb75c400af16c823d4e18e Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Sat, 14 Sep 2024 18:25:15 +0200 Subject: [PATCH] Increasing docker timeout. --- integration-tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index d127db4f..eb55ebb9 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -528,6 +528,7 @@ def launcher(event_loop): devices=devices, volumes=volumes, ports={"80/tcp": port}, + healthcheck={"timeout": int(10 * 1e9)}, shm_size="1G", )