Skip to content

Commit

Permalink
Increase retries
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed May 20, 2022
1 parent 000ab6e commit 73bd8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/aws_s3/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
jid: "{{ test_async.ansible_job_id }}"
register: status
until: status is finished
retries: 10
retries: 30

- name: test put with overwrite=different and unmodified object
aws_s3:
Expand Down

0 comments on commit 73bd8ab

Please sign in to comment.