Increasing docker timeout.

This commit is contained in:
Nicolas Patry 2024-09-14 18:25:15 +02:00
parent 7d7fa19147
commit 07efcf423e
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -528,6 +528,7 @@ def launcher(event_loop):
devices=devices,
volumes=volumes,
ports={"80/tcp": port},
healthcheck={"timeout": int(10 * 1e9)},
shm_size="1G",
)