From 3b641c5ed60ce435986a72d9dedc196fd1865888 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Sep 2023 13:47:33 +0200 Subject: [PATCH] #106 why isnt this working :( --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 9cb8368..3ab74f9 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,7 +1,7 @@ import type { PlaywrightTestConfig } from '@playwright/test' export default { - timeout: 50000, + timeout: 100000, webServer: { command: `vite dev --port 3005`, port: 3005,