Skip to content

Commit

Permalink
Changed retries to 1 in headless, 0 in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaylor113 committed Sep 15, 2020
1 parent e056bd4 commit 0abf15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/packages/integration-tests-cypress/cypress.json
Expand Up @@ -12,7 +12,7 @@
"fixturesFolder": "fixtures",
"defaultCommandTimeout": 30000,
"retries": {
"runMode": 2,
"openMode": 1
"runMode": 1,
"openMode": 0
}
}

0 comments on commit 0abf15a

Please sign in to comment.