Skip to content

Commit 786957c

Browse files
committed
Use a shorter timeout, to ensure that this fails more often
1 parent ae2c9ed commit 786957c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_requests.py

Lines changed: 1 addition & 1 deletion
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)