Skip to content

Commit

Permalink
chore: increase default cypress timeout to reduce test flakiness (#2456)
Browse files Browse the repository at this point in the history
Also increase the EXTENDED_TIMEOUT
  • Loading branch information
jenniferarnesen committed Aug 30, 2023
1 parent 4a949ca commit 7d4866b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"video": true,
"projectId": "5fk191",
"testFiles": "**/*.feature",
"defaultCommandTimeout": 15000,
"viewportWidth": 1280,
"viewportHeight": 800
}
2 changes: 1 addition & 1 deletion cypress/support/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const EXTENDED_TIMEOUT = { timeout: 15000 }
export const EXTENDED_TIMEOUT = { timeout: 25000 }

export const goOffline = () => {
cy.log('**go offline**')
Expand Down

0 comments on commit 7d4866b

Please sign in to comment.