mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-22 06:41:36 +01:00
adjust wait job timeout
Change-Id: I8f32f814158d4a7418c39edb7a781879db17a4d7 Signed-off-by: Ziming Zhang <zziming@vmware.com>
This commit is contained in:
parent
c360e71d51
commit
afe81a8b3b
@ -70,7 +70,7 @@ class TestProjects(unittest.TestCase):
|
||||
|
||||
# Dry run
|
||||
self.retention.trigger_retention_policy(retention_id, dry_run=True, **TestProjects.USER_RA_CLIENT)
|
||||
time.sleep(2)
|
||||
time.sleep(10)
|
||||
resp=self.retention.get_retention_executions(retention_id, **TestProjects.USER_RA_CLIENT)
|
||||
self.assertTrue(len(resp)>0)
|
||||
execution=resp[0]
|
||||
|
Loading…
Reference in New Issue
Block a user