We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4588efd commit 893ddabCopy full SHA for 893ddab
test/test_remote.py
@@ -663,5 +663,5 @@ def test_timeout_funcs(self, repo):
663
assert f is not None # Make sure these functions exist
664
_ = f() # Make sure the function runs
665
with pytest.raises(GitCommandError,
666
- match="kill_after_timeout=0 s"):
667
- f(kill_after_timeout=0)
+ match="kill_after_timeout=0.001 s"):
+ f(kill_after_timeout=0.001)
0 commit comments