Skip to content

Commit

Permalink
Merge pull request #11384 from uranusjr/decrease-timeout-in-test
Browse files Browse the repository at this point in the history
Decrease timeout to make test less flaky
  • Loading branch information
pradyunsg authored Aug 17, 2022
2 parents bd54161 + 5ec3f37 commit e2c9c40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/functional/test_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
@pytest.mark.network
def test_timeout(script: PipTestEnvironment) -> None:
result = script.pip(
"--retries",
"1",
"--timeout",
"0.0001",
"0.00001",
"install",
"-vvv",
"INITools",
Expand Down

0 comments on commit e2c9c40

Please sign in to comment.