Skip to content

Commit

Permalink
tests: ec2_eni, ec2_ami, ec2_instnace are slow (#411)
Browse files Browse the repository at this point in the history
tests: ec2_eni, ec2_instance and ec2_ami are slow

Depends-On: ansible/ansible-zuul-jobs#1005
The two tests often last more than 10 minutes. This is enough to break
the balance an trigger timeout in the CI.
  • Loading branch information
goneri authored Jul 22, 2021
1 parent c2bdb27 commit 3b38754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/targets/ec2_ami/aliases
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cloud/aws
slow
ec2_ami_info
1 change: 1 addition & 0 deletions tests/integration/targets/ec2_eni/aliases
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cloud/aws
slow
ec2_eni_info
1 change: 1 addition & 0 deletions tests/integration/targets/ec2_instance/aliases
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cloud/aws
ec2_instance_info
slow

0 comments on commit 3b38754

Please sign in to comment.