From 65e425fed7f5dc97ef6eaf1baa6cac86104c2b3d Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 21 Feb 2024 15:06:35 +0100 Subject: [PATCH] increase timeout for frontend tests --- frontend/playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index a12a9b0..3828370 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -70,6 +70,7 @@ export default defineConfig({ /* Run your local dev server before starting the tests */ webServer: { + timeout: 15 * 60 * 1000, command: 'cd .. && ./test_db.sh && cargo r', }, }); -- 2.45.2