Skip to content

Commit

Permalink
add propagation delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Bechter committed Jul 26, 2024
1 parent 52def29 commit a2f0f9e
Showing 1 changed file with 1 addition and 1 deletion.
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)
return False

0 comments on commit a2f0f9e

Please sign in to comment.