From 300450b4b81ab9be40cf19e9ba4bea2b0e127351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Bostr=C3=B6m?= Date: Wed, 25 May 2016 14:06:30 +0200 Subject: [PATCH] Increase the rtccertificategenerator_unittest.cc certificate generation timeout to hopefully avoid a timeout flake on the bots. R=hta@webrtc.org Review URL: https://codereview.webrtc.org/2012563003 . Cr-Commit-Position: refs/heads/master@{#12889} --- webrtc/base/rtccertificategenerator_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/base/rtccertificategenerator_unittest.cc b/webrtc/base/rtccertificategenerator_unittest.cc index a6e88a1a86..8dc3cd2320 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 fixture_; };