Skip to content

Commit

Permalink
test(cypress): add retries config and increase timeout (carbon-design…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchew authored Feb 7, 2022
1 parent eb876cc commit ef5e5f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions tests/e2e/cypress-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"supportFile": "tests/e2e/cypress/support/index.js",
"pluginsFile": "tests/e2e/cypress/plugins/index.js",
"testFiles": "**/*.e2e.js",
"pageLoadTimeout": 60000,
"defaultCommandTimeout": 60000
"pageLoadTimeout": 90000,
"defaultCommandTimeout": 90000,
"retries": {
"runMode": 2,
"openMode": 0
}
}
8 changes: 6 additions & 2 deletions tests/e2e/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"supportFile": "tests/e2e/cypress/support/index.js",
"pluginsFile": "tests/e2e/cypress/plugins/index.js",
"testFiles": "**/*.e2e.js",
"pageLoadTimeout": 60000,
"defaultCommandTimeout": 60000
"pageLoadTimeout": 90000,
"defaultCommandTimeout": 90000,
"retries": {
"runMode": 2,
"openMode": 0
}
}

0 comments on commit ef5e5f5

Please sign in to comment.