From 74e42ee9c363b1835c1072e2520f421315f5c08b Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:04:44 -0400 Subject: [PATCH] test: Increase offsets to avoid occasional failures --- tests/commands/test_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(