Merge pull request #1104 from owncloud/increase_wait_for_ocis_timeout

[CI only] increase timeout to wait for oCIS server
This commit is contained in:
Willy Kloucek
2020-12-15 14:17:04 +01:00
committed by GitHub

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',
],
},
]