Skip to content

Commit

Permalink
increase cpyress page load timeout to fix the installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Feb 3, 2025
1 parent 294bab7 commit 5aef488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ module.exports = defineConfig({
experimentalRunAllSpecs: true,
},
// Allow cypress to interact with iframes
chromeWebSecurity: false
chromeWebSecurity: false,
pageLoadTimeout: 120000
})

0 comments on commit 5aef488

Please sign in to comment.