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:
Jaromir Wysoglad 2024-01-04 08:05:28 -05:00 committed by Erno Kuvaja
parent b8ab3aa628
commit 41ba667c29
1 changed files with 1 additions and 1 deletions

View File

@ -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