Poll stats more often to get more stable stats in ramp-up tests.

BUG=chromium:538649
R=pbos@webrtc.org

Review URL: https://codereview.webrtc.org/1384253004 .

Cr-Commit-Position: refs/heads/master@{#10170}
This commit is contained in:
Stefan Holmer
2015-10-05 14:59:41 +02:00
parent 4cd053fe88
commit 723dff1e6d

View File

@ -29,7 +29,7 @@
namespace webrtc {
namespace {
static const int64_t kPollIntervalMs = 250;
static const int64_t kPollIntervalMs = 20;
std::vector<uint32_t> GenerateSsrcs(size_t num_streams,
uint32_t ssrc_offset) {