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 <[email protected]>
  • Loading branch information
skjnldsv committed Aug 28, 2024
1 parent 7c7f980 commit 94a696d
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 94a696d

Please sign in to comment.