Skip to content

Commit

Permalink
Sleep before retry of acceptance environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed May 18, 2024
1 parent 50908ac commit bfc8278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def fixture_env_check(request):
requests.get(url, timeout=10)
success = True
except requests.exceptions.ConnectionError:
pass
time.sleep(5)

if not success:
msg = f"Unable to reach {url} after {curr_attempt} tries ... "
Expand Down

0 comments on commit bfc8278

Please sign in to comment.