Skip to content

Commit ac80693

Browse files
authored
test(e2e-development-runtime): bump timeout for those flaky test that seems to timeout sometimes in CI (#28122)
1 parent e21a71d commit ac80693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e-tests/development-runtime/cypress.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"baseUrl": "http://localhost:8000",
33
"failOnStatusCode": false,
44
"chromeWebSecurity": false,
5-
"defaultCommandTimeout": 10000
5+
"defaultCommandTimeout": 30000
66
}

packages/gatsby-cypress/src/commands.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Cypress.Commands.add(`getTestElement`, (selector, options = {}) =>
66
cy.get(`[data-testid="${selector}"]`, options)
77
)
88

9-
const TIMEOUT = 10000
9+
const TIMEOUT = 30000
1010

1111
Cypress.Commands.add(
1212
`waitForAPI`,

0 commit comments

Comments
 (0)