Skip to content

Commit

Permalink
test: increase cypress timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Dec 11, 2024
1 parent ea60a0e commit 0a88478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import vitePreprocessor from 'cypress-vite';

export default defineConfig({
projectId: 'tc2qff',
defaultCommandTimeout: 12000,
defaultCommandTimeout: 24000,
screenshotOnRunFailure: false,
video: false,
e2e: {
Expand Down

0 comments on commit 0a88478

Please sign in to comment.