diff --git a/tests/federation_test.py b/tests/federation_test.py index 2a698dd..e4e56cf 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 = 15 + self._create_delay = 24 with open( os.path.join( os.path.dirname(os.path.abspath(__file__)),