diff --git a/tests/playwright-test/loader.spec.ts b/tests/playwright-test/loader.spec.ts index 4757ba6100..35a61ec228 100644 --- a/tests/playwright-test/loader.spec.ts +++ b/tests/playwright-test/loader.spec.ts @@ -429,7 +429,7 @@ test('should load web server w/o esm loader in ems module', async ({ runInlineTe webServer: { command: 'node ws.js', port: 9876, - timeout: 100, + timeout: 5000, }, projects: [{name: 'foo'}] }`,