Skip to content

Commit

Permalink
Increase number of tries
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Nov 12, 2024
1 parent f17cb21 commit b5ed358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
script_dir = os.path.dirname(os.path.realpath(__file__))


def wait_for_server(url: str, max_tries=10):
def wait_for_server(url: str, max_tries=30):
for _ in range(max_tries):
try:
requests.get(url, verify=False)
Expand Down

0 comments on commit b5ed358

Please sign in to comment.