Skip to content

Commit

Permalink
fix(integration-tests): Extend jest timeout on ssr test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhopp committed Jan 11, 2022
1 parent 05d818e commit aabe1d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/ssr/__tests__/ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ function fetchUntil(url, filter, timeout = 1000) {
})
}

jest.setTimeout(30000)

describe(`SSR`, () => {
test(`is run for a page when it is requested`, async () => {
const html = await fetch(`http://localhost:8000/`).then(res => res.text())
Expand Down

0 comments on commit aabe1d9

Please sign in to comment.