Skip to content

Commit

Permalink
Fix E2E setting
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS committed Mar 5, 2024
1 parent c146caa commit bfe6d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'cypress';

export default defineConfig({
e2e: {
defaultCommandTimeout: 300000,
defaultCommandTimeout: 3000,
experimentalSourceRewriting: true,
supportFile: './cypress/support/e2e.ts',
},
Expand Down

0 comments on commit bfe6d36

Please sign in to comment.