bump healthcheck tries

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-01-16 02:19:57 +01:00
parent 36114284bf
commit 929e70669a

View File

@ -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