diff --git a/tests/commands/test_commands.py b/tests/commands/test_commands.py index 481fbb3e..7e7d4fa4 100644 --- a/tests/commands/test_commands.py +++ b/tests/commands/test_commands.py @@ -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(