Increase attempts to delete archive policy
We have suspected autoscaling tests failing, because the "gabbilive" archive policy can't be deleted in time. Yet the recent experiments does not support it. This bumps the number of retries from 360 to 1000 attempts to avoid this happening in the gate where the environment can be slightly different. Change-Id: I0936c9c6a12af0ea8ca2d8cb24f0807132125d45
This commit is contained in:
parent
b8ab3aa628
commit
41ba667c29
@ -724,7 +724,7 @@ tests:
|
||||
- name: delete single archive policy cleanup
|
||||
DELETE: $ENVIRON['GNOCCHI_SERVICE_URL']/v1/archive_policy/gabbilive
|
||||
poll:
|
||||
count: 360
|
||||
count: 1000
|
||||
delay: 1
|
||||
status: 204
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user