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

Merge pull request #10563 from pradyunsg/shorter-timeout

This commit is contained in:
Pradyun Gedam 2021-10-10 00:02:22 +01:00 committed by GitHub
commit db496cbce5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ import pytest
def test_timeout(script):
result = script.pip(
"--timeout",
"0.001",
"0.0001",
"install",
"-vvv",
"INITools",