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 authored and GitHub committed 2020-12-15 14:17:04 +01:00
commit e01f92daef
1 file changed
+1 -1
+1 -1
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',
],
},
]