Skip to content

Commit 26b66a8

Browse files
committed
Decrease timeout to make test less flaky
1 parent bd54161 commit 26b66a8

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
@@ -7,7 +7,7 @@
77
def test_timeout(script: PipTestEnvironment) -> None:
88
result = script.pip(
99
"--timeout",
10-
"0.0001",
10+
"0.00001",
1111
"install",
1212
"-vvv",
1313
"INITools",

0 commit comments

Comments
 (0)