Index: webrtc/pc/channel_unittest.cc |
diff --git a/webrtc/pc/channel_unittest.cc b/webrtc/pc/channel_unittest.cc |
index 99cca88637a877f018c6f7be8c22ee09a42c8023..0f473dc72a4262e8f530ab96bf684ea157510258 100644 |
--- a/webrtc/pc/channel_unittest.cc |
+++ b/webrtc/pc/channel_unittest.cc |
@@ -1359,6 +1359,7 @@ class ChannelTest : public testing::Test, public sigslot::has_slots<> { |
EXPECT_TRUE(channel1_->writable()); |
EXPECT_TRUE(channel2_->writable()); |
EXPECT_TRUE(SendAccept()); |
+ WaitForThreads(); |
pthatcher1
2017/03/21 07:07:06
This could use a comment explaining why it's neede
joachim
2017/03/23 00:04:33
This is no longer needed now.
|
EXPECT_TRUE(channel1_->secure()); |
EXPECT_TRUE(channel2_->secure()); |
EXPECT_EQ(dtls1 && dtls2, channel1_->secure_dtls()); |