Skip to content

Commit

Permalink
More test timing (#1245)
Browse files Browse the repository at this point in the history
More integration test timing

SUMMARY
ec2_eip is unstable
rds_instance_states is taking longer with the new DB type.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
tests/integration
ADDITIONAL INFORMATION
  • Loading branch information
tremble authored Nov 3, 2022
1 parent a28e30b commit a2fb566
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/20221103-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
trivial:
- ec2_eip - mark tests as unstable, they keep failing when run in parallel with other tests
- rds_instance_states - increase time allowed for integration test
5 changes: 2 additions & 3 deletions tests/integration/targets/ec2_eip/aliases
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# https://github.com/ansible-collections/community.aws/issues/159
# unstable
unstable

cloud/aws
ec2_eip_info
ec2_eip_info
4 changes: 2 additions & 2 deletions tests/integration/targets/rds_instance_states/aliases
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cloud/aws
rds_instance_info
time=15m
rds_instance
time=30m
rds_instance

0 comments on commit a2fb566

Please sign in to comment.