Skip to content

Commit db496cb

Browse files
authored
Merge pull request #10563 from pradyunsg/shorter-timeout
2 parents 4fac2b9 + 786957c commit db496cb

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
@@ -5,7 +5,7 @@
55
def test_timeout(script):
66
result = script.pip(
77
"--timeout",
8-
"0.001",
8+
"0.0001",
99
"install",
1010
"-vvv",
1111
"INITools",

0 commit comments

Comments
 (0)