Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit893ddab

Browse files
sroetByron
authored andcommitted
set timeout to a non-zero value
1 parent4588efd commit893ddab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎test/test_remote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,5 +663,5 @@ def test_timeout_funcs(self, repo):
663663
assertfisnotNone# Make sure these functions exist
664664
_=f()# Make sure the function runs
665665
withpytest.raises(GitCommandError,
666-
match="kill_after_timeout=0 s"):
667-
f(kill_after_timeout=0)
666+
match="kill_after_timeout=0.001 s"):
667+
f(kill_after_timeout=0.001)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp