Skip to content

Commit

Permalink
fix: flaky test vault decrypt due to SRP hold time (#25328) (#25530)
Browse files Browse the repository at this point in the history
Cherry-pick PR for flaky test #25328

Co-authored-by: seaona <[email protected]>
  • Loading branch information
hjetpoluru and seaona authored Jun 27, 2024
1 parent f538723 commit e89191d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ const tapAndHoldToRevealSRP = async (driver) => {
text: tEn('holdToRevealSRP'),
tag: 'span',
},
2000,
3000,
);
};

Expand Down

0 comments on commit e89191d

Please sign in to comment.