Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyamjain-plivo committed Jul 8, 2024
1 parent 51bcbde commit af65b45
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 @@ -390,7 +390,7 @@ describe("plivoWebSdk", function () {
if (Client1._currentSession.extraHeaders && Client1._currentSession.extraHeaders['X-PH-plivoHeaders'] === '1' && Client1._currentSession.dest === 'user1') {
done();
}
}, 200);
}, 20);
}, 1000);
bailTimer = setTimeout(() => {
bail = true;
Expand Down

0 comments on commit af65b45

Please sign in to comment.