Expand the test max wait time from 1000ms to 2000ms.
The createOffer/createAnswer methods sometimes times out due to slow identity generation under memcheck. BUG=2838 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12089004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5920 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
c18729165a
commit
8f88f20af2
@ -83,7 +83,7 @@ using webrtc::PeerConnectionInterface;
|
|||||||
using webrtc::SessionDescriptionInterface;
|
using webrtc::SessionDescriptionInterface;
|
||||||
using webrtc::StreamCollectionInterface;
|
using webrtc::StreamCollectionInterface;
|
||||||
|
|
||||||
static const int kMaxWaitMs = 1000;
|
static const int kMaxWaitMs = 2000;
|
||||||
static const int kMaxWaitForStatsMs = 3000;
|
static const int kMaxWaitForStatsMs = 3000;
|
||||||
static const int kMaxWaitForFramesMs = 5000;
|
static const int kMaxWaitForFramesMs = 5000;
|
||||||
static const int kEndAudioFrameCount = 3;
|
static const int kEndAudioFrameCount = 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user