We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e6ed6 commit 59ed78bCopy full SHA for 59ed78b
1 file changed
main.py
@@ -162,7 +162,7 @@ def _validate_validation_status(response: requests.Response) -> bool:
162
"Authorization": f"bearer {token}",
163
},
164
rand=lambda: seconds_to_wait,
165
- num_retries=20,
+ num_retries=25,
166
validation_function=_validate_validation_status,
167
)
168
except CouldNotAuthenticateException:
0 commit comments