Fix CI
This commit is contained in:
@@ -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__)),
|
||||
|
2
tests/fixtures/instance1/config/me.yml
vendored
2
tests/fixtures/instance1/config/me.yml
vendored
@@ -1,7 +1,7 @@
|
||||
username: 'instance1'
|
||||
name: 'Instance 1'
|
||||
icon_url: 'https://sos-ch-dk-2.exo.io/microblogpub/microblobpub.png'
|
||||
domain: 'instance1_web_1:5005'
|
||||
domain: 'instance1_web:5005'
|
||||
summary: 'instance1 summary'
|
||||
pass: '$2b$12$nEgJMgaYbXSPOvgnqM4jSeYnleKhXqsFgv/o3hg12x79uEdsR4cUy' # hello
|
||||
https: false
|
||||
|
2
tests/fixtures/instance2/config/me.yml
vendored
2
tests/fixtures/instance2/config/me.yml
vendored
@@ -1,7 +1,7 @@
|
||||
username: 'instance2'
|
||||
name: 'Instance 2'
|
||||
icon_url: 'https://sos-ch-dk-2.exo.io/microblogpub/microblobpub.png'
|
||||
domain: 'instance2_web_1:5005'
|
||||
domain: 'instance2_web:5005'
|
||||
summary: 'instance2 summary'
|
||||
pass: '$2b$12$nEgJMgaYbXSPOvgnqM4jSeYnleKhXqsFgv/o3hg12x79uEdsR4cUy' # hello
|
||||
https: false
|
||||
|
Reference in New Issue
Block a user