Skip to content

Commit

Permalink
test: increase default command timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia committed Oct 10, 2024
1 parent 6643949 commit 7bc5e1d
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 @@ -7,6 +7,7 @@ export default defineConfig({
projectId: 'qnb41a',
viewportHeight: 800,
viewportWidth: 1400,
defaultCommandTimeout: 10000,
e2e: {
setupNodeEvents(on, config) {},
baseUrl: 'http://localhost:8080',
Expand Down

0 comments on commit 7bc5e1d

Please sign in to comment.