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