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}
This commit is contained in:
Henrik Boström 2016-05-25 14:06:30 +02:00
parent 3f663a6e5e
commit 300450b4b8

View File

@ -74,7 +74,7 @@ class RTCCertificateGeneratorTest
~RTCCertificateGeneratorTest() {}
protected:
static const int kGenerationTimeoutMs = 1000;
static const int kGenerationTimeoutMs = 10000;
scoped_refptr<RTCCertificateGeneratorFixture> fixture_;
};