This commit is contained in:
Thomas Sileo
2019-04-12 21:39:21 +02:00
parent db52b26999
commit 3d74c5ff7e
4 changed files with 18 additions and 11 deletions

View File

@@ -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 = 24
self._create_delay = 10
with open(
os.path.join(
os.path.dirname(os.path.abspath(__file__)),