Skip to content

Commit a66406a

Browse files
authored
Merge pull request #11439 from uranusjr/decrease-timeout-in-test
2 parents 7485260 + 8856b59 commit a66406a

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)