Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: webrtc/base/rtccertificategenerator_unittest.cc

Issue 2012563003: Increase the rtccertificategenerator_unittest.cc certificate generation timeout (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/rtccertificategenerator_unittest.cc
diff --git a/webrtc/base/rtccertificategenerator_unittest.cc b/webrtc/base/rtccertificategenerator_unittest.cc
index a6e88a1a866233ec0f53035ea0e63512f7d0427d..8dc3cd2320c1836faadec01fd5587d194cd3f7ae 100644
--- a/webrtc/base/rtccertificategenerator_unittest.cc
+++ b/webrtc/base/rtccertificategenerator_unittest.cc
@@ -74,7 +74,7 @@ class RTCCertificateGeneratorTest
~RTCCertificateGeneratorTest() {}
protected:
- static const int kGenerationTimeoutMs = 1000;
+ static const int kGenerationTimeoutMs = 10000;
scoped_refptr<RTCCertificateGeneratorFixture> fixture_;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698