Skip to content

Commit

Permalink
Fix wording when waiting for DNS
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Banasiak <[email protected]>
  • Loading branch information
pquentin and gbanasiak authored Sep 7, 2023
1 parent 4f5e50f commit e2eb3c7
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 @@ -67,7 +67,7 @@ def serverless_project_config(serverless_project):
es_hostname = urllib.parse.urlparse(es_endpoint).hostname
rally_target_host = f"{es_hostname}:443"

print("Waiting DNS propagation")
print("Waiting for DNS propagation")
while True:
time.sleep(10)
with contextlib.suppress(subprocess.CalledProcessError):
Expand Down

0 comments on commit e2eb3c7

Please sign in to comment.