From 5ccadc47463f02beace826b9f2f3504a07d06d8e Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Tue, 22 Apr 2025 14:29:08 +0200 Subject: [PATCH] AAE-22975 Check e2e with longer timeout [link-adf:develop] --- projects/aca-playwright-shared/src/utils/timeouts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/aca-playwright-shared/src/utils/timeouts.ts b/projects/aca-playwright-shared/src/utils/timeouts.ts index 1362b976c..2cf479c81 100644 --- a/projects/aca-playwright-shared/src/utils/timeouts.ts +++ b/projects/aca-playwright-shared/src/utils/timeouts.ts @@ -30,7 +30,7 @@ export const timeouts = { medium: 5000, big: 7500, large: 10000, - extraLarge: 20 * 1000, + extraLarge: 30 * 1000, globalTest: 85 * 1000, extendedTest: 150 * 1000, extendedLongTest: 200 * 1000,