Skip to content

Commit

Permalink
Double max_rounds (#5842)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Apr 9, 2018
1 parent 56fb667 commit 58626c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot/auth_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def _send_responses(self, aauthzrs, resps, chall_update):
return active_achalls

def _poll_challenges(self, aauthzrs, chall_update,
best_effort, min_sleep=3, max_rounds=15):
best_effort, min_sleep=3, max_rounds=30):
"""Wait for all challenge results to be determined."""
indices_to_check = set(chall_update.keys())
comp_indices = set()
Expand Down

0 comments on commit 58626c3

Please sign in to comment.