Skip to content

Commit

Permalink
Fix E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS committed Mar 4, 2024
1 parent b1a176d commit d5a4055
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: 3000,
defaultCommandTimeout: 30000,
experimentalSourceRewriting: true,
supportFile: './cypress/support/e2e.ts',
setupNodeEvents(on, config) {
Expand Down

0 comments on commit d5a4055

Please sign in to comment.