Skip to content

Commit

Permalink
Fix(outgoingcall.js): Fixed a failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyamjain-plivo authored Aug 22, 2024
1 parent e98fccc commit cea46c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/outgoingcall.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cea46c6

Please sign in to comment.