diff --git a/packages/tests-e2e/src/utils/constants.ts b/packages/tests-e2e/src/utils/constants.ts index 982b80d5..91af8aaf 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 = 600; // remove after repetitive refreshing is fixed +export const waitAfterLoad = 100; // timeout after each page load reduces flakiness (increase if flakiness becomes a problem in the pipeline)