From eb4fd0fdf39caf532bb2ae7deaa969dadb607150 Mon Sep 17 00:00:00 2001 From: Paco <34928425+pacocoursey@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:51:04 -0800 Subject: [PATCH] Revert "fail sooner" This reverts commit 81211e9787e534eb78865f25ceff6aad5b6a5a37. --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index dad4edd8..c27ef53c 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -9,7 +9,7 @@ const config: PlaywrightTestConfig = { trace: 'on-first-retry', baseURL: 'http://localhost:3000', }, - timeout: 1000, + timeout: 5000, webServer: { command: 'npm run dev', url: 'http://localhost:3000',