Skip to content

Commit

Permalink
chore: increase timeout on 'does not die rewriting a huge JS file' te…
Browse files Browse the repository at this point in the history
…st to reduce flake (#30045)
  • Loading branch information
AtofStryker authored Aug 15, 2024
1 parent dcd3799 commit 728d8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/test/integration/http_requests_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3727,8 +3727,8 @@ describe('Routes', () => {

reqTime = new Date() - reqTime

// shouldn't be more than 500ms
expect(reqTime).to.be.lt(500)
// shouldn't be more than 750ms
expect(reqTime).to.be.lt(750)
})
})
})
Expand Down

4 comments on commit 728d8d4

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 728d8d4 Aug 15, 2024

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 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.13.4/linux-x64/develop-728d8d4bab3f01b41daf0f494413e4cf4ec3eb1d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 728d8d4 Aug 15, 2024

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.13.4/win32-x64/develop-728d8d4bab3f01b41daf0f494413e4cf4ec3eb1d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 728d8d4 Aug 15, 2024

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.13.4/darwin-arm64/develop-728d8d4bab3f01b41daf0f494413e4cf4ec3eb1d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 728d8d4 Aug 15, 2024

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.13.4/darwin-x64/develop-728d8d4bab3f01b41daf0f494413e4cf4ec3eb1d/cypress.tgz

Please sign in to comment.