Skip to content

Commit

Permalink
ec2_vol/test: gives more time to convert vol to gp3 (#739) (#742)
Browse files Browse the repository at this point in the history
[PR #739/df865b4c backport][stable-2] ec2_vol/test: gives more time to convert vol to gp3

This is a backport of PR #739 as merged into main (df865b4).
We give 9s to convert the volumne to gp3, in some cases this is not
enough.
Closes: #738

Reviewed-by: Mark Chappell <None>
  • Loading branch information
patchback[bot] authored Apr 12, 2022
1 parent cceea4f commit 006e8ab
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 006e8ab

Please sign in to comment.