mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-14 22:35:36 +01:00
update retry of get_scan_data_export_execution from 5 to 15 (#19959)
Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
This commit is contained in:
parent
84b31aaf7f
commit
1e85cab33a
@ -93,7 +93,7 @@ class TestScanDataExport(unittest.TestCase):
|
||||
|
||||
# 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":
|
||||
|
Loading…
Reference in New Issue
Block a user