From 70ade9fb9518a2da9925e1ffa449f0086dfe6613 Mon Sep 17 00:00:00 2001 From: Anders Choi Date: Tue, 23 Jan 2024 22:48:38 +0100 Subject: [PATCH] increase timeout even more --- packages/tests-e2e/src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tests-e2e/src/utils/constants.ts b/packages/tests-e2e/src/utils/constants.ts index 5786da06..982b80d5 100644 --- a/packages/tests-e2e/src/utils/constants.ts +++ b/packages/tests-e2e/src/utils/constants.ts @@ -14,4 +14,4 @@ export enum OtpType { Incorrect = '150918', } -export const waitAfterLoad = 500; // remove after repetitive refreshing is fixed +export const waitAfterLoad = 600; // remove after repetitive refreshing is fixed