diff --git a/test/integration/production/test/index.test.js b/test/integration/production/test/index.test.js index 8056768dec19..d232f7eb3aeb 100644 --- a/test/integration/production/test/index.test.js +++ b/test/integration/production/test/index.test.js @@ -36,6 +36,10 @@ let app const context = {} +if (process.env.TEST_WASM) { + jest.setTimeout(120 * 1000) +} + describe('Production Usage', () => { let output = '' beforeAll(async () => {