Skip to content

Commit

Permalink
Increase timeout value for test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Oct 19, 2024
1 parent 759ddda commit 60c0809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/js/webrtc_adaptor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ describe("WebRTCAdaptor", function() {
});

it("testSoundMeter", function(done) {
this.timeout(5000);
this.timeout(15000);
console.log("Starting testSoundMeter");

var adaptor = new WebRTCAdaptor({
Expand Down

0 comments on commit 60c0809

Please sign in to comment.