Skip to content

Commit 8856b59

Browse files
committed
Further attempt to stablize timeout test
1 parent 7485260 commit 8856b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_requests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def test_timeout(script: PipTestEnvironment) -> None:
88
result = script.pip(
99
"--retries",
10-
"1",
10+
"0",
1111
"--timeout",
1212
"0.00001",
1313
"install",

0 commit comments

Comments
 (0)