commit | 61e00b0bcab899a32f14c1e2e0f4b7f316cc1f03 | [log] [tgz] |
---|---|---|
author | jiayl@webrtc.org <jiayl@webrtc.org> | Wed Mar 04 22:17:38 2015 |
committer | jiayl@webrtc.org <jiayl@webrtc.org> | Wed Mar 04 22:18:18 2015 |
tree | 01b50f8bf05731b0a7b674f2d4b7e413447b08a0 | |
parent | 6daacbc8aea2e3e14a320b28502c4dc1db21d175 [diff] [blame] |
Create a in-memory DTLS identity store that keeps a free identity generated in the background. BUG=4241 R=pthatcher@webrtc.org Committed: https://code.google.com/p/webrtc/source/detail?r=8576 Committed: https://code.google.com/p/webrtc/source/detail?r=8581 Review URL: https://webrtc-codereview.appspot.com/37889004 Cr-Commit-Position: refs/heads/master@{#8605} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8605 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/talk/app/webrtc/peerconnection_unittest.cc b/talk/app/webrtc/peerconnection_unittest.cc index 8e1c43f..93793cf 100644 --- a/talk/app/webrtc/peerconnection_unittest.cc +++ b/talk/app/webrtc/peerconnection_unittest.cc
@@ -85,7 +85,7 @@ using webrtc::SessionDescriptionInterface; using webrtc::StreamCollectionInterface; -static const int kMaxWaitMs = 2000; +static const int kMaxWaitMs = 10000; // Disable for TSan v2, see // https://code.google.com/p/webrtc/issues/detail?id=1205 for details. // This declaration is also #ifdef'd as it causes uninitialized-variable