mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
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:
parent
cedea28632
commit
6d161c6055
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user