Skip to content

Commit

Permalink
#10 Changed parameters for flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Apr 13, 2019
1 parent 9fa5079 commit 94dc540
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/responses/test_preset_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
_PresetMessageResponse, _PresetReplyResponse


FLAKY_MAX_RUNS = 6
FLAKY_MAX_RUNS = 10
FLAKY_MIN_PASSES = 1
FLAKY_TIMEOUT_ON_FAILURE_SEC = 3
RESPONSE_PAYLOADS = [None, {}, {'key': 'value'}]


def delay_rerun(*args): # pylint: disable=unused-argument
time.sleep(2)
time.sleep(FLAKY_TIMEOUT_ON_FAILURE_SEC)
return True


Expand Down

0 comments on commit 94dc540

Please sign in to comment.