Skip to content

Commit 939b363

Browse files
authored
extend timeout... (#620)
initial vite spinup takes time
2 parents 0818afd + 0d9cbe1 commit 939b363

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)