test: increase cypress default command timeout

This commit is contained in:
Rainer Killinger
2022-12-06 17:05:26 +01:00
parent 181e0528b5
commit 33e6a76dbd

View File

@@ -22,7 +22,7 @@ export default defineConfig({
videosFolder: 'cypress/videos', videosFolder: 'cypress/videos',
screenshotsFolder: 'cypress/screenshots', screenshotsFolder: 'cypress/screenshots',
fixturesFolder: 'cypress/fixtures', fixturesFolder: 'cypress/fixtures',
defaultCommandTimeout: 10_000, defaultCommandTimeout: 20_000,
specPattern: 'cypress/integration/**/*.spec.ts', specPattern: 'cypress/integration/**/*.spec.ts',
/*setupNodeEvents(on, config) { /*setupNodeEvents(on, config) {
on('task', { on('task', {