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:
parent
3f663a6e5e
commit
300450b4b8
@ -74,7 +74,7 @@ class RTCCertificateGeneratorTest
|
||||
~RTCCertificateGeneratorTest() {}
|
||||
|
||||
protected:
|
||||
static const int kGenerationTimeoutMs = 1000;
|
||||
static const int kGenerationTimeoutMs = 10000;
|
||||
|
||||
scoped_refptr<RTCCertificateGeneratorFixture> fixture_;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user