Increase timeout to allow the DNS-01 challenge to be performed
This commit is contained in:
parent
3e910ae799
commit
ad507a718f
1 changed files with 1 additions and 1 deletions
|
@ -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__":
|
||||
|
|
Loading…
Add table
Reference in a new issue