Skip to content

Commit

Permalink
fix(test): added longer timeout timer
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlewicki committed Jun 24, 2024
1 parent b7611f0 commit c3db83c
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 @@ -4,6 +4,7 @@ import * as dotenv from 'dotenv';
dotenv.config();

export default defineConfig({
defaultCommandTimeout: 10000, // Timeout in Millisekunden (hier 10 Sekunden)
video: true,
e2e: {
setupNodeEvents(on, config) {
Expand Down

0 comments on commit c3db83c

Please sign in to comment.