Skip to content

Commit 3cd644c

Browse files
authored
Adjust timeout for verification
1 parent b826ce0 commit 3cd644c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lescript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function ($domain) { return array("type" => "dns", "value" => $domain);},
156156

157157

158158
// send request to challenge
159-
$allowed_loops = 5;
159+
$allowed_loops = 30;
160160
$result = null;
161161
while ($allowed_loops > 0) {
162162

0 commit comments

Comments
 (0)