Skip to content

Commit

Permalink
test(e2e-development-runtime): bump timeout for those flaky test that…
Browse files Browse the repository at this point in the history
… seems to timeout sometimes in CI (#28122)
  • Loading branch information
pieh committed Nov 17, 2020
1 parent e21a71d commit ac80693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/development-runtime/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"baseUrl": "http://localhost:8000",
"failOnStatusCode": false,
"chromeWebSecurity": false,
"defaultCommandTimeout": 10000
"defaultCommandTimeout": 30000
}
2 changes: 1 addition & 1 deletion packages/gatsby-cypress/src/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Cypress.Commands.add(`getTestElement`, (selector, options = {}) =>
cy.get(`[data-testid="${selector}"]`, options)
)

const TIMEOUT = 10000
const TIMEOUT = 30000

Cypress.Commands.add(
`waitForAPI`,
Expand Down

0 comments on commit ac80693

Please sign in to comment.