Skip to content

Commit

Permalink
Merge pull request #43 from synkd/increase_manifest_export_check_timeout
Browse files Browse the repository at this point in the history
Increase export job check timeout
  • Loading branch information
jyejare authored Jul 11, 2024
2 parents 7897d1c + 9e07a14 commit 2472b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifester/manifester.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def trigger_manifest_export(self):
Starts the export job, monitors the status of the job, and downloads the manifest on
successful completion of the job.
"""
MAX_REQUESTS = 50
MAX_REQUESTS = 500
SUCCESS_CODE = 200
data = {
"headers": {"Authorization": f"Bearer {self.access_token}"},
Expand Down

0 comments on commit 2472b22

Please sign in to comment.