mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Tweak the CI delay
This commit is contained in:
parent
bf208d0422
commit
20a40ee344
1 changed files with 1 additions and 1 deletions
|
@ -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 = 15
|
||||
self._create_delay = 12
|
||||
with open(
|
||||
os.path.join(
|
||||
os.path.dirname(os.path.abspath(__file__)),
|
||||
|
|
Loading…
Reference in a new issue