Skip to content

Commit

Permalink
fix(cypress): put back 20sec of requestTimeout for files versions
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Aug 28, 2024
1 parent 7cf17a0 commit 5c36282
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export default defineConfig({
openMode: 0,
},

// Mitigate version tests issues
requestTimeout: 20000,

// Needed to trigger `after:run` events with cypress open
experimentalInteractiveRunEvents: true,

Expand Down

0 comments on commit 5c36282

Please sign in to comment.