Skip to content

Commit

Permalink
Bump timeout for create-next-app tests (#11743)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Alvarez D authored Apr 8, 2020
1 parent 282f375 commit 5a786bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/create-next-app/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const runStarter = (...args) => {

describe('create next app', () => {
beforeAll(async () => {
jest.setTimeout(1000 * 60 * 2)
jest.setTimeout(1000 * 60 * 3)
await fs.mkdirp(cwd)
})

Expand Down

0 comments on commit 5a786bd

Please sign in to comment.