Skip to content

Commit 5215e6a

Browse files
committed
Sleep for 20 seconds between tests to avoid rate limiting
1 parent c113f64 commit 5215e6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_helper.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# used to make sure we sleep for 20 seconds between tests to avoid rate limiting
4+
sleep 20
5+
36
# To make the tests run faster, we don't wait between calls to DescribeStacks
47
# to check on the status of Create/Update.
58
export STACKER_STACK_POLL_TIME=0

0 commit comments

Comments
 (0)