diff --git a/test/test_remote.py b/test/test_remote.py index 10f0bb4bd..8f0206646 100644 --- a/test/test_remote.py +++ b/test/test_remote.py @@ -663,5 +663,5 @@ def test_timeout_funcs(self, repo): 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)