wait for 5 sec after the proxy is available

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2021-03-08 15:41:36 +00:00
parent 58c5ad2e2f
commit 97754be003

View File

@@ -1378,7 +1378,7 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]):
'image': 'thegeeklab/wait-for:latest',
'pull': 'always',
'commands': [
'wait-for ocis-server:9200 -t 300',
'wait-for ocis-server:9200 -t 300 && sleep 5',
],
},
]