Skip to content

Commit

Permalink
chore: Don't slowdown CI too much though
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Dec 17, 2024
1 parent 7e6e6de commit 064d6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/shared/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function defineConfig(config: Config) {
video: false,
fixturesFolder: false,
testIsolation: true,
defaultCommandTimeout: process.env.CI ? 1000 : 200,
defaultCommandTimeout: process.env.CI ? 500 : 200,
setupNodeEvents(on) {
cypressTerminalReport(on)
},
Expand Down

0 comments on commit 064d6f6

Please sign in to comment.