Skip to content

Commit

Permalink
Merge pull request #1104 from owncloud/increase_wait_for_ocis_timeout
Browse files Browse the repository at this point in the history
[CI only] increase timeout to wait for oCIS server
  • Loading branch information
wkloucek authored Dec 15, 2020
2 parents 21ab406 + 85958d0 commit e01f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
},
]
Expand Down

0 comments on commit e01f92d

Please sign in to comment.