Skip to content

Commit

Permalink
fix: bump up the default jest timeout in the UI tests (#768)
Browse files Browse the repository at this point in the history
Hopefully this will give some breathing room to our current UI tests
that are right on the cusp of the default 5000ms timeout. This won't
catch all of our flaky tests, but hopefully will address the ones that
are caused by timeouts. Closes #615

@german-mergestat what do you think?
  • Loading branch information
patrickdevivo committed Jan 26, 2023
2 parents 1162a5c + 75b6848 commit 0368ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/jest.config.js
Expand Up @@ -2,6 +2,7 @@ const nextJest = require('next/jest')

const createJestConfig = nextJest({
dir: './',
testTimeout: 20000,
})

const customJestConfig = {
Expand Down

0 comments on commit 0368ae6

Please sign in to comment.