Skip to content

Configurable or increased VERIFY_TEST_RUNNER_TIMEOUT_MS  #18290

@TimothyGillespie

Description

@TimothyGillespie

What would you like?

The VERIFY_TEST_RUNNER_TIMEOUT_MS constant is increased to, for example, 100000, or the option smokeTestTimeout can be used via a static file (i.e. cypress.json). Being able to run it in via command line parameter would work also but is a less convenient solution for internal distribution.

Why is this needed?

The static timeout causes issues at my workplace and seems to be a shared issue where ever slow systems are verifying the cypress or certain background software is slowing down the execution.

The currently worked out fix involves editing the source code in node_modules which is not very neat nor does it seems reliable for automated solutions.

see fix suggestions here: https://swingli.com/how-to-fix-cypress-verification-timed-out-exception/
and here: https://stackoverflow.com/questions/63667880/cypress-verification-timed-out-after-30000-milliseconds

Other

The constant VERIFY_TEST_RUNNER_TIMEOUT_MS in node_modules\cypress\lib\tasks\verify.js will be used in the options as smokeTestTimeout. But only the dev option seems to be usuable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions