Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Bechter committed Jul 26, 2024
1 parent 5229f01 commit 83ee3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/helper_framework/azure_dns_zone_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _wait_until_record_is_propagated(
for rr in rrset:
if rr.to_text().strip("'\"") == value:
logger.debug("Propagated %s record %s", type, name)
time.sleep(1)
# time.sleep(1)
return True
# time.sleep(1)
time.sleep(1)
return False

0 comments on commit 83ee3db

Please sign in to comment.