diff --git a/tests/e2e/utils.py b/tests/e2e/utils.py index e5ca401ba6..2e247d9f6a 100644 --- a/tests/e2e/utils.py +++ b/tests/e2e/utils.py @@ -66,7 +66,7 @@ class ContainerException(Exception): ... class DockerTestCase(TestCase): """Mixin for dealing with containers""" - max_healthcheck_attempts = 30 + max_healthcheck_attempts = 50 __client: DockerClient __network: Network