Bug 1800988: Extend these ICE timeouts for the slower testers. r=mjf

Differential Revision: https://phabricator.services.mozilla.com/D162592
This commit is contained in:
Byron Campen [:bwc] 2022-11-22 15:25:24 +00:00
parent cedea28632
commit 6d161c6055

View File

@ -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