Skip to content

Commit

Permalink
patch: give jest more time to prevent CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjlewis committed Aug 2, 2021
1 parent c2c35b6 commit ef97ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/isolated/config.unit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { PHASE_DEVELOPMENT_SERVER } from 'next/constants'
const pathToConfig = join(__dirname, '_resolvedata', 'without-function')
const pathToConfigFn = join(__dirname, '_resolvedata', 'with-function')

jest.setTimeout(10000)

describe('config', () => {
it('Should get the configuration', async () => {
const config = await loadConfig(PHASE_DEVELOPMENT_SERVER, pathToConfig)
Expand Down

0 comments on commit ef97ceb

Please sign in to comment.