Add more retries when testing the newly created service in ui tests

This commit is contained in:
Théophile Diot 2023-08-22 09:20:22 +02:00
parent 4f82856b48
commit b5de52ead9
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -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: