Bug 1136252 - Part 6: Extend timeouts for RTP/RTCP, until bug 1137948 can be fixed. r=mt

This commit is contained in:
Byron Campen [:bwc] 2015-03-06 15:16:39 -08:00
parent 2020b9f7a4
commit d0fba81faf

View File

@ -60,7 +60,7 @@ bool gTestsComplete = false;
#error USE_FAKE_PCOBSERVER undefined
#endif
static int kDefaultTimeout = 7000;
static int kDefaultTimeout = 10000;
static std::string callerName = "caller";
static std::string calleeName = "callee";