From da623d4d34e7b9f295be5ee8a481d2da749bec6b Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 14 Jun 2024 10:00:03 +0100 Subject: [PATCH] increase timeout --- E2E/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/E2E/playwright.config.ts b/E2E/playwright.config.ts index 08db7b2b34..df8af2ab71 100644 --- a/E2E/playwright.config.ts +++ b/E2E/playwright.config.ts @@ -12,7 +12,7 @@ import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ testDir: './Tests', /* Maximum time one test can run for. */ - timeout: 30 * 1000, + timeout: 120 * 1000, // globalTimeout: 600 * 1000, expect: { /**