Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrease timeout to make test less flaky #11384

Merged
merged 2 commits into from
Aug 17, 2022

Conversation

uranusjr
Copy link
Member

This has been failing a bit too often lately.

@uranusjr uranusjr added the skip news Does not need a NEWS file entry (eg: trivial changes) label Aug 16, 2022
@uranusjr
Copy link
Member Author

     def test_timeout(script: PipTestEnvironment) -> None:
>       result = script.pip(
            "--timeout",
            "0.00001",
            "install",
            "-vvv",
            "INITools",
            expect_error=True,
        )
E       AssertionError: Script passed unexpectedly:
E       Script result: python -m pip --timeout 0.00001 install -vvv INITools

Not bad enough LOL

@pradyunsg pradyunsg merged commit e2c9c40 into pypa:main Aug 17, 2022
@uranusjr uranusjr deleted the decrease-timeout-in-test branch August 17, 2022 11:00
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
skip news Does not need a NEWS file entry (eg: trivial changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants