Skip to content
Snippets Groups Projects
Commit 6d161c60 authored by Byron Campen [:bwc]'s avatar Byron Campen [:bwc]
Browse files

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

parent cedea286
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment