Skip to content

Commit

Permalink
test(cypress): set defaultCommandTimeout to 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Feb 10, 2024
1 parent 2ca3b23 commit 642c50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import createBundler from '@bahmutov/cypress-esbuild-preprocessor';
import { defineConfig } from 'cypress';

export default defineConfig({
defaultCommandTimeout: 10000,
e2e: {
baseUrl: 'http://localhost:5173',
specPattern: '**/*.feature',
Expand Down

0 comments on commit 642c50a

Please sign in to comment.