-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
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.