diff --git a/playwright.config.ts b/playwright.config.ts index 8a86279abc7..f07a8d83407 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -79,7 +79,8 @@ export default defineConfig({ webServer: { command: "cd apps/web && npm run build:bit:watch", url: webServerBaseUrl, - reuseExistingServer: true, //!process.env.CI, + reuseExistingServer: !process.env.CI, ignoreHTTPSErrors: true, + timeout: 120 * 1000, // 2 minutes }, });