Skip to content

Commit

Permalink
bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Dec 30, 2019
1 parent 046b185 commit 9e309aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/test/e2e/1_firefox_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('e2e firefox', function () {
spec: 'spec.js',
browser: 'firefox',
expectedExitCode: 0,
timeout: 1e9,
// snapshot: true,
})
})

1 comment on commit 9e309aa

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9e309aa Dec 30, 2019

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.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.8.2/linux-x64/circle-issue-1096-firefox-support-9e309aa259af2225c30e707b684cb139203022a3-224422/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.8.2/circle-issue-1096-firefox-support-9e309aa259af2225c30e707b684cb139203022a3-224410/cypress.tgz

Please sign in to comment.