Skip to content

Commit

Permalink
Replace 'slow' with time approximations from periodic builds (ansible…
Browse files Browse the repository at this point in the history
…-collections#1258)

Replace 'slow' with time approximations from periodic builds

SUMMARY
Replace 'slow' with time approximations from periodic builds
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
tests/integration/targets/elb_application_lb/aliases
tests/integration/targets/elb_classic_lb/aliases
tests/integration/targets/rds_instance_snapshot/aliases
ADDITIONAL INFORMATION
  • Loading branch information
tremble authored Nov 8, 2022
1 parent aed3f77 commit 4ea965b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/1258-slow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- integration tests - replace ``slow`` with time estimates from peridic integration tests.
6 changes: 4 additions & 2 deletions tests/integration/targets/elb_application_lb/aliases
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
time=10m

cloud/aws
slow
elb_application_lb_info

elb_application_lb_info
3 changes: 1 addition & 2 deletions tests/integration/targets/elb_classic_lb/aliases
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# 20+ minutes
slow
time=30m

cloud/aws
2 changes: 1 addition & 1 deletion tests/integration/targets/rds_instance_snapshot/aliases
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
slow
time=25m

cloud/aws

Expand Down

0 comments on commit 4ea965b

Please sign in to comment.