Bugfixes
This commit is contained in:
parent
55ff15ff86
commit
5da27d9820
3 changed files with 14 additions and 2 deletions
|
@ -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 = 12
|
||||
self._create_delay = 20
|
||||
with open(
|
||||
os.path.join(
|
||||
os.path.dirname(os.path.abspath(__file__)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue