mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add more retries when testing the newly created service in ui tests
This commit is contained in:
parent
4f82856b48
commit
b5de52ead9
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@ with webdriver.Firefox(
|
|||
|
||||
ready = status_code < 400
|
||||
|
||||
if retries > 10:
|
||||
if retries > 20:
|
||||
print("The service took too long to be ready, exiting ...", flush=True)
|
||||
exit(1)
|
||||
elif not ready:
|
||||
|
|
|
|||
Loading…
Reference in a new issue