1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Further attempt to stablize timeout test

This commit is contained in:
Tzu-ping Chung 2022-09-08 10:24:04 +08:00
parent 7485260b4e
commit 8856b5900e

View file

@ -7,7 +7,7 @@ from tests.lib import PipTestEnvironment
def test_timeout(script: PipTestEnvironment) -> None:
result = script.pip(
"--retries",
"1",
"0",
"--timeout",
"0.00001",
"install",