Skip to content

[MNT]: decrease timeout on interactive tests locally #26031

Closed
@greglucas

Description

@greglucas

Summary

120 seconds is an extremely long timeout when running locally and having failures. It would be good to only set the 120 seconds on CI/remote systems and have a shorter 10-20 second timeout for most contributors with reasonable CPU architectures.

_test_timeout = 120 # A reasonably safe value for slower architectures.

Labeling good first issue because it is very contained and should likely just need some investigation into environment variables and detecting platforms we are running on.

Proposed fix

Set the _test_timeout variable differently depending on whether we are running on CI or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CI: testingCI configuration and testingGood first issueOpen a pull request against these issues if there are no active ones!Maintenance

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions