Skip to content

Commit

Permalink
chore: increase timeout for experimental retries test (#28163)
Browse files Browse the repository at this point in the history
  • Loading branch information
cacieprins committed Oct 27, 2023
1 parent 4036d71 commit 7defccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

4 comments on commit 7defccf

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7defccf Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.4.0/linux-arm64/develop-7defccfe45ddb2d52bd7f1079e291476bfff0d2d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7defccf Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.4.0/darwin-x64/develop-7defccfe45ddb2d52bd7f1079e291476bfff0d2d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7defccf Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.4.0/win32-x64/develop-7defccfe45ddb2d52bd7f1079e291476bfff0d2d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7defccf Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.4.0/darwin-arm64/develop-7defccfe45ddb2d52bd7f1079e291476bfff0d2d/cypress.tgz

Please sign in to comment.