Skip to content

Commit

Permalink
test: Increase offsets to avoid occasional failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 10, 2024
1 parent 8f25abc commit 74e42ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/commands/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

runner = CliRunner()
# Do 1-2 seconds off the minimum offset, to avoid test failures due to timing issues.
negative_offset = -2 # min 0
positive_offset = 2 # min 1
negative_offset = -5 # min 0
positive_offset = 5 # min 1


@pytest.mark.parametrize(
Expand Down

0 comments on commit 74e42ee

Please sign in to comment.