Skip to content

Commit 152fb86

Browse files
committed
chore: Increase timeout
1 parent 17dccbb commit 152fb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/shared/cypress.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function defineConfig(config: Config) {
1212
video: false,
1313
fixturesFolder: false,
1414
testIsolation: true,
15-
defaultCommandTimeout: 500,
15+
defaultCommandTimeout: 1000,
1616
setupNodeEvents(on) {
1717
cypressTerminalReport(on)
1818
},

0 commit comments

Comments
 (0)