Skip to content

Commit

Permalink
test: raise default timeout for cypress commands
Browse files Browse the repository at this point in the history
Some tests are intermittently timing out in CI
  • Loading branch information
tillywoodfield committed Oct 15, 2024
1 parent 7ca7c0a commit 68627d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const hasFile = (dirPath, ms) => {
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
defaultCommandTimeout: 10000, // default = 4000
fixturesFolder: 'cypress/fixtures',
specPattern: 'cypress/integration/*.spec.js',
screenshotOnRunFailure: false,
Expand Down

0 comments on commit 68627d9

Please sign in to comment.