Skip to content

Commit

Permalink
remove timeout for page loads in tests (#164)
Browse files Browse the repository at this point in the history
* remove timeout for page loads in tests

* update comment

* add a small timeout to be sure
  • Loading branch information
aehnh authored Jan 29, 2024
1 parent 18fef06 commit b983458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests-e2e/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b983458

Please sign in to comment.