Skip to content

Commit

Permalink
Use a shorter timeout, to ensure that this fails more often
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Oct 9, 2021
1 parent ae2c9ed commit 786957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def test_timeout(script):
result = script.pip(
"--timeout",
"0.001",
"0.0001",
"install",
"-vvv",
"INITools",
Expand Down

0 comments on commit 786957c

Please sign in to comment.