From cea46c65ffa34fd6929ca84f2fc0c94760584c69 Mon Sep 17 00:00:00 2001 From: Sanyam Jain Plivo <99676817+sanyamjain-plivo@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:57:44 +0530 Subject: [PATCH] Fix(outgoingcall.js): Fixed a failing test case --- test/integration/outgoingcall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/outgoingcall.js b/test/integration/outgoingcall.js index c4ef9e4..3d49982 100644 --- a/test/integration/outgoingcall.js +++ b/test/integration/outgoingcall.js @@ -385,7 +385,7 @@ describe("plivoWebSdk", function () { if (Client1._currentSession.extraHeaders && Client1._currentSession.extraHeaders['X-PH-plivoHeaders'] === '1' && Client1._currentSession.dest === 'user1') { done(); } - }, 200); + }, 50); }, 1000); bailTimer = setTimeout(() => { bail = true;