diff --git a/dom/media/webrtc/tests/mochitests/test_peerConnection_extmapRenegotiation.html b/dom/media/webrtc/tests/mochitests/test_peerConnection_extmapRenegotiation.html index 98a22af3f711..26980231383b 100644 --- a/dom/media/webrtc/tests/mochitests/test_peerConnection_extmapRenegotiation.html +++ b/dom/media/webrtc/tests/mochitests/test_peerConnection_extmapRenegotiation.html @@ -40,7 +40,7 @@ pc1.addTrack(stream.getTracks()[0]); pc2.addTrack(stream.getTracks()[0]); - await connect(pc1, pc2, 2000, "Initial connection"); + await connect(pc1, pc2, 32000, "Initial connection"); // Sadly, there's no way to tell the offerer to change the extmap. Other // types of endpoint could conceivably do this, so we at least don't want @@ -63,7 +63,7 @@ pc1.addTrack(stream.getTracks()[0]); pc2.addTrack(stream.getTracks()[0]); - await connect(pc1, pc2, 2000, "Initial connection"); + await connect(pc1, pc2, 32000, "Initial connection"); // Sadly, there's no way to tell the offerer to change the extmap. Other // types of endpoint could conceivably do this, so we at least don't want @@ -86,7 +86,7 @@ pc1.addTrack(stream.getTracks()[0]); pc2.addTrack(stream.getTracks()[0]); - await connect(pc1, pc2, 2000, "Initial connection"); + await connect(pc1, pc2, 32000, "Initial connection"); // Sadly, there's no way to tell the offerer to change the extmap. Other // types of endpoint could conceivably do this, so we at least don't want @@ -115,7 +115,7 @@ pc1.addTrack(stream.getTracks()[0]); pc2.addTrack(stream.getTracks()[0]); - await connect(pc1, pc2, 2000, "Initial connection"); + await connect(pc1, pc2, 32000, "Initial connection"); // Sadly, there's no way to tell the offerer to change the extmap. Other // types of endpoint could conceivably do this, so we at least don't want @@ -144,7 +144,7 @@ pc1.addTrack(stream.getTracks()[0]); pc2.addTrack(stream.getTracks()[0]); - await connect(pc1, pc2, 2000, "Initial connection"); + await connect(pc1, pc2, 32000, "Initial connection"); // Sadly, there's no way to tell the offerer to change the extmap. Other // types of endpoint could conceivably do this, so we at least don't want @@ -171,7 +171,7 @@ pc1.addTrack(stream.getTracks()[0]); pc2.addTrack(stream.getTracks()[0]); - await connect(pc1, pc2, 2000, "Initial connection"); + await connect(pc1, pc2, 32000, "Initial connection"); // Sadly, there's no way to tell the offerer to change the extmap. Other // types of endpoint could conceivably do this, so we at least don't want