Skip to content

Commit

Permalink
Increase assertion 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 81ea11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = defineConfig({
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:8000',
defaultCommandTimeout: 6000
defaultCommandTimeout: 10000
},
retries: {
runMode: 2,
Expand Down

0 comments on commit 81ea11d

Please sign in to comment.