Skip to content

Commit

Permalink
tests: raise retries for logging tests
Browse files Browse the repository at this point in the history
As for now, sometimes the test checking the
logging pipeline fails because we're not waiting
enough.
We now wait 2 minutes, it should avoid flakies.
  • Loading branch information
alexandre-allard committed Aug 26, 2020
1 parent 1f3783d commit c51c331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/post/steps/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def _check_log_line_exists():

utils.retry(
_check_log_line_exists,
times=20,
times=40,
wait=3,
name="check that a log exists for 'logger' pod"
)
Expand Down

0 comments on commit c51c331

Please sign in to comment.