1
0
Fork 0

Increase timeout to allow the DNS-01 challenge to be performed

This commit is contained in:
Luca Beltrame 2019-01-22 23:36:58 +01:00
parent 3e910ae799
commit ad507a718f
Signed by: einar
GPG key ID: 8DF631FD021DB0C5

View file

@ -32,7 +32,7 @@ def main():
req = requests.get(IWANTMYNAME_ENDPOINT, params=params,
auth=(user, password))
time.sleep(30)
time.sleep(60)
if __name__ == "__main__":