Skip to content

Commit

Permalink
update retry of get_scan_data_export_execution from 5 to 15 (#19958)
Browse files Browse the repository at this point in the history
* update retry of get_scan_data_export_execution from 5 to 10

Signed-off-by: Shengwen Yu <yshengwen@vmware.com>

* update retry of get_scan_data_export_execution to 15

Signed-off-by: Shengwen Yu <yshengwen@vmware.com>

---------

Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
  • Loading branch information
Shengwen YU authored Feb 11, 2024
1 parent dfb317b commit a79c5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apitests/python/test_scan_data_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def testScanDataExportArtifact(self):

# 10. Wait for the export scan data execution to succeed
execution = None
for i in range(5):
for i in range(15):
print("wait for the job to finish:", i)
execution = self.scan_data_export.get_scan_data_export_execution(execution_id, **user_client)
if execution.status == "Success":
Expand Down

0 comments on commit a79c5da

Please sign in to comment.