Skip to content

Commit

Permalink
Give cypress extra time, attempt to avoid timeouts on inferior platfo…
Browse files Browse the repository at this point in the history
…rms. (#1768)
  • Loading branch information
dokterbob authored Jan 21, 2025
1 parent 4a86512 commit 350f260
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 @@ -12,7 +12,7 @@ export default defineConfig({

e2e: {
supportFile: false,
defaultCommandTimeout: 15000,
defaultCommandTimeout: 30000,
video: false,
baseUrl: 'http://127.0.0.1:8000',
setupNodeEvents(on) {
Expand Down

0 comments on commit 350f260

Please sign in to comment.