diff --git a/test/hmr.test.ts b/test/hmr.test.ts index c0ecfcb497..2ce11c3006 100644 --- a/test/hmr.test.ts +++ b/test/hmr.test.ts @@ -166,7 +166,7 @@ if (process.env.TEST_ENV !== 'built' && !isWindows) { expect(pageErrors).toEqual([]) await page.close() - }) + }, { timeout: 60_000 }) }) } else { describe.skip('hmr', () => {})