Skip to content

Commit

Permalink
increase concurrency of ec2_instance tests (#495)
Browse files Browse the repository at this point in the history
increase concurrency of ec2_instance tests

SUMMARY
Looks like the ec2_instance tests were getting stomped on by aws_terminator, try bumping up the concurrency and see if things improve
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
ec2_instance
ADDITIONAL INFORMATION
https://dashboard.zuul.ansible.com/t/ansible/builds?job_name=ansible-test-cloud-integration-aws-py36_0&project=ansible-collections%2Famazon.aws&change=495

Reviewed-by: Jill R <None>
Reviewed-by: None <None>
  • Loading branch information
tremble authored Sep 9, 2021
1 parent ad7a0eb commit bbc09f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/ec2_instance/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
- hosts: all
gather_facts: no
strategy: free
serial: 3
serial: 5
roles:
- ec2_instance

0 comments on commit bbc09f3

Please sign in to comment.