Skip to content

Commit

Permalink
fix: extend max retries for submitting package (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolasinski-splunk authored Oct 5, 2023
1 parent d2e6ed6 commit 59ed78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def _validate_validation_status(response: requests.Response) -> bool:
"Authorization": f"bearer {token}",
},
rand=lambda: seconds_to_wait,
num_retries=20,
num_retries=25,
validation_function=_validate_validation_status,
)
except CouldNotAuthenticateException:
Expand Down

0 comments on commit 59ed78b

Please sign in to comment.