Tweak the CI delay

This commit is contained in:
Thomas Sileo 2018-07-07 14:04:12 +02:00
parent f6c26abccb
commit 9ff6aee0ae

View file

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