diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index 356fa5e3..7c082cae 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -557,7 +557,7 @@ def launcher(event_loop): devices=devices, volumes=volumes, ports={"80/tcp": port}, - healthcheck={"timeout": int(10 * 1e9)}, + healthcheck={"timeout": int(60 * 1e9), "retries": 2}, # 60s shm_size="1G", )