Skip to content

Commit b57a75d

Browse files
committed
Updated Cypress.config
1 parent fc740db commit b57a75d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ module.exports = defineConfig({
44
e2e: {
55
baseUrl: 'http://localhost:3000',
66
specPattern: 'e2e/integration/*.test.js',
7-
supportFile: 'e2e/support/index.js'
7+
supportFile: 'e2e/support/index.js',
8+
defaultCommandTimeout: 10000
89
},
910
fixturesFolder: 'e2e/fixtures',
1011
screenshotsFolder: 'e2e/screenshots',

0 commit comments

Comments
 (0)