Skip to content

Commit

Permalink
Update tests with timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Nov 5, 2024
1 parent cb86800 commit 27271c5
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 @@ -7,7 +7,7 @@ export default defineConfig({
projectId: 'qnb41a',
viewportHeight: 800,
viewportWidth: 1400,
defaultCommandTimeout: 30000,
defaultCommandTimeout: 60000,
e2e: {
setupNodeEvents(on, config) {},
baseUrl: 'http://localhost:8080',
Expand Down

0 comments on commit 27271c5

Please sign in to comment.