From e89191db62d550ba9da3be63ece12320466939a7 Mon Sep 17 00:00:00 2001 From: Harika Jetpoluru <153644847+hjetpoluru@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:54:30 -0400 Subject: [PATCH] fix: flaky test `vault decrypt` due to SRP hold time (#25328) (#25530) Cherry-pick PR for flaky test #25328 Co-authored-by: seaona <54408225+seaona@users.noreply.github.com> --- test/e2e/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/helpers.js b/test/e2e/helpers.js index f1769d77593a..6d3d856a9503 100644 --- a/test/e2e/helpers.js +++ b/test/e2e/helpers.js @@ -638,7 +638,7 @@ const tapAndHoldToRevealSRP = async (driver) => { text: tEn('holdToRevealSRP'), tag: 'span', }, - 2000, + 3000, ); };