Skip to content

test_pyrepl.run_repl timeout is too small  #121605

@colesbury

Description

@colesbury

The timeout in run_repl of 0.5 seconds is too small and leads to spurious failures on slow/heavily loaded machines, or when running with sanitizers:

while select.select([master_fd], [], [], 0.5)[0]:

(This is my second attempt at describing the problems I ran into with #121603)

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    testsTests in the Lib/test dirtopic-replRelated to the interactive shell

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions