Skip to content

Commit

Permalink
ec2_vol/test: gives more time to convert vol to gp3 (#739)
Browse files Browse the repository at this point in the history
ec2_vol/test: gives more time to convert vol to gp3

We give 9s to convert the volumne to gp3, in some cases this is not
enough.
Closes: #738

Reviewed-by: Alina Buzachis <None>
(cherry picked from commit df865b4)
  • Loading branch information
goneri authored and patchback[bot] committed Mar 28, 2022
1 parent 8d35ae4 commit 5708849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/ec2_vol/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
volume_type: gp3
modify_volume: yes
register: changed_gp3_volume
retries: 3
retries: 10
delay: 3
until: not changed_gp3_volume.failed
# retry because ebs change is to slow
Expand Down

0 comments on commit 5708849

Please sign in to comment.