From 7164dc53bfa3f5697f2a29e6524e428534eaaa71 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Wed, 3 Jan 2024 13:25:18 +0300 Subject: [PATCH] Increased timeout --- tests/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright.config.ts b/tests/playwright.config.ts index 342851a7a..15c1de490 100644 --- a/tests/playwright.config.ts +++ b/tests/playwright.config.ts @@ -11,7 +11,7 @@ import { defineConfig, devices } from '@playwright/test'; */ export default defineConfig({ testDir: './scenarios', - timeout: 30 * 1000, + timeout: 60 * 1000, expect: { timeout: 5000, },