Skip to content

Commit 59ed78b

Browse files
fix: extend max retries for submitting package (#17)
1 parent d2e6ed6 commit 59ed78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def _validate_validation_status(response: requests.Response) -> bool:
162162
"Authorization": f"bearer {token}",
163163
},
164164
rand=lambda: seconds_to_wait,
165-
num_retries=20,
165+
num_retries=25,
166166
validation_function=_validate_validation_status,
167167
)
168168
except CouldNotAuthenticateException:

0 commit comments

Comments
 (0)