fix: up the timeout time of cypress
parent
b7d31ddb0c
commit
e22906afa4
|
@ -6,8 +6,8 @@ module.exports = defineConfig({
|
||||||
baseUrl: 'http://localhost:1337',
|
baseUrl: 'http://localhost:1337',
|
||||||
specPattern: '**/*.cy.{js,ts,jsx,tsx}',
|
specPattern: '**/*.cy.{js,ts,jsx,tsx}',
|
||||||
video: false,
|
video: false,
|
||||||
defaultCommandTimeout: 10000,
|
defaultCommandTimeout: 20000,
|
||||||
requestTimeout: 10000,
|
requestTimeout: 20000,
|
||||||
setupNodeEvents(on, config) {
|
setupNodeEvents(on, config) {
|
||||||
// implement node event listeners here.
|
// implement node event listeners here.
|
||||||
// eslint-disable-next-line global-require
|
// eslint-disable-next-line global-require
|
||||||
|
|
Loading…
Reference in New Issue