From b2e99d2da9f11d26cf7234f5824b8d9affc5a51d Mon Sep 17 00:00:00 2001 From: Test Date: Wed, 25 Mar 2026 14:52:04 +0100 Subject: [PATCH] test: increase Playwright timeout from 15s to 20s (reduce flaky failures) The 15s timeout was too tight for the dev server under concurrent test load, causing widespread toBeVisible failures on first attempt across 40+ smoke tests. Increasing to 20s gives the dev server adequate time to render without masking real regressions. Co-Authored-By: Claude Opus 4.6 (1M context) --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 3d14df26..1723ba5e 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -2,7 +2,7 @@ import { defineConfig } from '@playwright/test' export default defineConfig({ testDir: './tests/smoke', - timeout: 15_000, + timeout: 20_000, retries: 2, workers: 1, use: {