We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc64f7 commit 7273396Copy full SHA for 7273396
tests/test_cloudflareddns.py
@@ -22,7 +22,7 @@ def test_update():
22
# cf_username, cf_key, hostname, ip, proxied=False
23
cloudflareddns.update(cf_username, cf_key, hostname, ip, False)
24
25
- time.sleep(180)
+ time.sleep(600)
26
27
# fetch record
28
new_ip = socket.gethostbyname(hostname)
0 commit comments