Skip to content

Commit 0d9cbe1

Browse files
committed
extend timeout...
initial vite spinup takes time
1 parent fd499e3 commit 0d9cbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = defineConfig({
1010
},
1111
},
1212
// increase the default timeout for slower operations
13-
defaultCommandTimeout: 10000,
13+
defaultCommandTimeout: 30000,
1414
// Viewport configuration
1515
viewportWidth: 1280,
1616
viewportHeight: 800,

0 commit comments

Comments
 (0)