Skip to content

Commit

Permalink
Update test wasm timeout (#43014)
Browse files Browse the repository at this point in the history
This test has been flakey due to the timeout occasionally being hit. 

x-ref:
https://github.com/vercel/next.js/actions/runs/3483651647/jobs/5827421628
  • Loading branch information
ijjk committed Nov 16, 2022
1 parent 7e195a2 commit 443f74d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/production/test/index.test.js
Expand Up @@ -36,6 +36,10 @@ let app

const context = {}

if (process.env.TEST_WASM) {
jest.setTimeout(120 * 1000)
}

describe('Production Usage', () => {
let output = ''
beforeAll(async () => {
Expand Down

0 comments on commit 443f74d

Please sign in to comment.