Lower the delay in the federation tests
This commit is contained in:
parent
cb0c0a56a7
commit
e9a4cdf01b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Instance(object):
|
||||||
def __init__(self, name, host_url, docker_url=None):
|
def __init__(self, name, host_url, docker_url=None):
|
||||||
self.host_url = host_url
|
self.host_url = host_url
|
||||||
self.docker_url = docker_url or host_url
|
self.docker_url = docker_url or host_url
|
||||||
self._create_delay = 20
|
self._create_delay = 12
|
||||||
with open(
|
with open(
|
||||||
os.path.join(
|
os.path.join(
|
||||||
os.path.dirname(os.path.abspath(__file__)),
|
os.path.dirname(os.path.abspath(__file__)),
|
||||||
|
|
Loading…
Reference in a new issue