Skip to content

Commit 2472b22

Browse files
authored
Merge pull request #43 from synkd/increase_manifest_export_check_timeout
Increase export job check timeout
2 parents 7897d1c + 9e07a14 commit 2472b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifester/manifester.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def trigger_manifest_export(self):
339339
Starts the export job, monitors the status of the job, and downloads the manifest on
340340
successful completion of the job.
341341
"""
342-
MAX_REQUESTS = 50
342+
MAX_REQUESTS = 500
343343
SUCCESS_CODE = 200
344344
data = {
345345
"headers": {"Authorization": f"Bearer {self.access_token}"},

0 commit comments

Comments
 (0)