From e9a4cdf01b02d7a55f4a7d96a420cf46b26649da Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 29 Jul 2018 18:27:59 +0200 Subject: [PATCH] Lower the delay in the federation tests --- tests/federation_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/federation_test.py b/tests/federation_test.py index 5ab8e51..20569bb 100644 --- a/tests/federation_test.py +++ b/tests/federation_test.py @@ -19,7 +19,7 @@ class Instance(object): def __init__(self, name, host_url, docker_url=None): self.host_url = host_url self.docker_url = docker_url or host_url - self._create_delay = 20 + self._create_delay = 12 with open( os.path.join( os.path.dirname(os.path.abspath(__file__)),