Skip to content

Commit

Permalink
Increase page load timeout
Browse files Browse the repository at this point in the history
Getting trolled in CI test runs right now
  • Loading branch information
FTLam11 committed Feb 2, 2024
1 parent ba3ddf8 commit 4b90c37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ module.exports = defineConfig({
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:8000',
defaultCommandTimeout: 6000
defaultCommandTimeout: 6000,
// default pageLoadTimeout is 60000ms
pageLoadTimeout: 120000,
},
retries: {
runMode: 2,
Expand Down

0 comments on commit 4b90c37

Please sign in to comment.