mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-09 16:50:23 -06:00
chore: increase timeout for experimental retries test (#28163)
This commit is contained in:
@@ -391,7 +391,7 @@ describe('Experimental retries: mochaEvents & test status tests', { retries: 0,
|
||||
describe('cleanses errors before emitting', () => {
|
||||
it('does not try to serialize error with err.actual as DOM node', function (done) {
|
||||
// because there are more attempts for 'detect-flake-but-always-fail', the timeout needs to be increased
|
||||
this.timeout(15000)
|
||||
this.timeout(20000)
|
||||
|
||||
const { assertMatchingSnapshot } = runCypressInCypressMochaEventsTest(
|
||||
snapshots,
|
||||
|
||||
Reference in New Issue
Block a user