increase timeout to wait for ocis server

This commit is contained in:
Willy Kloucek
2020-12-15 13:45:20 +01:00
parent 71684a0af4
commit 85958d032a

View File

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