From 7defccfe45ddb2d52bd7f1079e291476bfff0d2d Mon Sep 17 00:00:00 2001 From: Cacie Prins <cacieprins@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:35:00 -0400 Subject: [PATCH] chore: increase timeout for experimental retries test (#28163) --- .../e2e/runner/retries.experimentalRetries.mochaEvents.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/cypress/e2e/runner/retries.experimentalRetries.mochaEvents.cy.ts b/packages/app/cypress/e2e/runner/retries.experimentalRetries.mochaEvents.cy.ts index 8acadd3ac8a1..38a6ad83825e 100644 --- a/packages/app/cypress/e2e/runner/retries.experimentalRetries.mochaEvents.cy.ts +++ b/packages/app/cypress/e2e/runner/retries.experimentalRetries.mochaEvents.cy.ts @@ -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,