Skip to content

Commit 5927690

Browse files
author
Kristan Kenney
committed
Increase timeout value for v-add-letsencrypt-domain
1 parent fb0be56 commit 5927690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-letsencrypt-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ for auth in $authz; do
326326
fi
327327
check_result $E_CONNECT "Let's Encrypt domain validation timeout"
328328
fi
329-
sleep 1
329+
sleep 2
330330
done
331331
if [ "$validation" = 'invalid' ]; then
332332
# Delete DNS CAA record

0 commit comments

Comments
 (0)