Skip to content

Commit

Permalink
test(ssr): Extend jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhopp committed Jan 11, 2022
1 parent 5aff843 commit 30a9977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ssr/__tests__/ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe(`SSR`, () => {
expect(String(childProcess.stdout)).toContain(
`testing these paths for differences between dev & prod outputs`
)
}, 15000)
}, 30000)

test(`it generates an error page correctly`, async () => {
const src = path.join(__dirname, `/fixtures/bad-page.js`)
Expand Down

0 comments on commit 30a9977

Please sign in to comment.