Skip to content

Commit

Permalink
Wait DNS for 15 minutes in serverless test (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Sep 11, 2023
1 parent dac0a8c commit a2bc19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion it_serverless/serverless_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def serverless_project_config(serverless_project):
rally_target_host = f"{es_hostname}:443"

print("Waiting for DNS propagation")
for _ in range(30):
for _ in range(90):
time.sleep(10)
with contextlib.suppress(subprocess.CalledProcessError):
subprocess.run(["nslookup", es_hostname, "8.8.8.8"], check=True)
Expand Down

0 comments on commit a2bc19e

Please sign in to comment.