From 42b05b0f5f3ae7ddd0590a42fd120ffdf2b34903 Mon Sep 17 00:00:00 2001 From: sroet Date: Tue, 14 Sep 2021 13:30:33 +0200 Subject: make test timeout stricter --- test/test_remote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_remote.py b/test/test_remote.py index 10f0bb4b..8f020664 100644 --- a/test/test_remote.py +++ b/test/test_remote.py @@ -663,5 +663,5 @@ class TestTimeouts(TestBase): assert f is not None # Make sure these functions exist _ = f() # Make sure the function runs with pytest.raises(GitCommandError, - match="kill_after_timeout=0.01 s"): - f(kill_after_timeout=0.01) + match="kill_after_timeout=0 s"): + f(kill_after_timeout=0) -- cgit v1.2.1