Skip to content

Commit 7defccf

Browse files
authored
chore: increase timeout for experimental retries test (#28163)
1 parent 4036d71 commit 7defccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/cypress/e2e/runner/retries.experimentalRetries.mochaEvents.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ describe('Experimental retries: mochaEvents & test status tests', { retries: 0,
391391
describe('cleanses errors before emitting', () => {
392392
it('does not try to serialize error with err.actual as DOM node', function (done) {
393393
// because there are more attempts for 'detect-flake-but-always-fail', the timeout needs to be increased
394-
this.timeout(15000)
394+
this.timeout(20000)
395395

396396
const { assertMatchingSnapshot } = runCypressInCypressMochaEventsTest(
397397
snapshots,

0 commit comments

Comments
 (0)