From 0ddc352c7dae9a69d917952810390ed805c730b1 Mon Sep 17 00:00:00 2001 From: kritagya09 Date: Tue, 26 Dec 2023 16:05:23 +0530 Subject: [PATCH] Updated timeout --- 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 62a5b16be4..aa6768be1e 100644 --- a/projects/aca-playwright-shared/src/utils/timeouts.ts +++ b/projects/aca-playwright-shared/src/utils/timeouts.ts @@ -34,5 +34,5 @@ export const timeouts = { globalTest: 45 * 1000, extendedTest: 150 * 1000, webServer: 240 * 1000, - globalSpec: 60 * 10 * 1000 + globalSpec: 60 * 20 * 1000 };