Skip to content

Commit

Permalink
chore: add randomness to test stack deletion (#2818)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffa authored Jan 26, 2023
1 parent 827d8c4 commit 243740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/helpers/base_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def setUp(self):

@retry(
stop=stop_after_attempt(5),
wait=wait_fixed(30),
wait=wait_fixed(30) + wait_random(0, 15),
retry=retry_if_exception_type(Exception),
)
def tearDown(self):
Expand Down

0 comments on commit 243740d

Please sign in to comment.