Hey, is there a way to configure the 1 hour timeout in cypress?
Hey Helen
Yes, the max_duration
capability will help with your use case. max_duration
is a feature that can be used to add test timeout. The test will stop if the max_duration
time has elapsed. E.g., If a user adds 2 min as max_duration
, then the test having an execution time of 5 minutes will stop at 2 minutes.