Skip to content

Commit e2c9c40

Browse files
authored
Merge pull request #11384 from uranusjr/decrease-timeout-in-test
Decrease timeout to make test less flaky
2 parents bd54161 + 5ec3f37 commit e2c9c40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/functional/test_requests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
@pytest.mark.network
77
def test_timeout(script: PipTestEnvironment) -> None:
88
result = script.pip(
9+
"--retries",
10+
"1",
911
"--timeout",
10-
"0.0001",
12+
"0.00001",
1113
"install",
1214
"-vvv",
1315
"INITools",

0 commit comments

Comments
 (0)