diff --git a/packages/template-e2e/playwright.config.mjs b/packages/template-e2e/playwright.config.mjs index 5f4dc2634..ed1effb37 100644 --- a/packages/template-e2e/playwright.config.mjs +++ b/packages/template-e2e/playwright.config.mjs @@ -14,7 +14,7 @@ const baseURL = `http://localhost:${PORT}`; // Reference: https://playwright.dev/docs/test-configuration const config = { // Timeout per test - timeout: 30 * 1000, + timeout: 60 * 1000, // Test directory testDir: path.join(__dirname, "src/tests"), // If a test fails, retry it additional 2 times