| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-06-04 03:15:14 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-06-04 03:15:14 UTC |
| parent | d12f043a954097a6d7fa9dd7024dcca510b1f456 |
| playwright.config.ts | +1 | -1 |
diff --git a/playwright.config.ts b/playwright.config.ts index be9188e..e62d00e 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -12,7 +12,7 @@ import { defineConfig, devices } from "@playwright/test"; * See https://playwright.dev/docs/test-configuration. */ export default defineConfig({ - timeout: 120000, + timeout: 260000, testDir: "./test", /* Run tests in files in parallel */ fullyParallel: true,