bump healthcheck tries
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -66,7 +66,7 @@ class ContainerException(Exception): ...
|
|||||||
class DockerTestCase(TestCase):
|
class DockerTestCase(TestCase):
|
||||||
"""Mixin for dealing with containers"""
|
"""Mixin for dealing with containers"""
|
||||||
|
|
||||||
max_healthcheck_attempts = 30
|
max_healthcheck_attempts = 50
|
||||||
|
|
||||||
__client: DockerClient
|
__client: DockerClient
|
||||||
__network: Network
|
__network: Network
|
||||||
|
Reference in New Issue
Block a user