Reduce mixing threshold in test to avoid flakiness.
Flake observed here: http://chromegw/i/client.webrtc/builders/Win32%20Release%20%5Blarge%20tests%5D/builds/953/steps/voe_auto_test/logs/stdio TBR=andresp Review URL: https://webrtc-codereview.appspot.com/8489004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5530 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -262,7 +262,8 @@ TEST_F(MixingTest, VerifyStereoAndMonoMixing) {
|
||||
const int16_t kInputValue = 1000;
|
||||
const int16_t kExpectedOutput = kInputValue * 2;
|
||||
RunMixingTest(2, 0, 1, false, kInputValue, 1.1 * kExpectedOutput,
|
||||
0.9 * kExpectedOutput);
|
||||
// Lower than 0.9 due to observed flakiness on bots.
|
||||
0.8 * kExpectedOutput);
|
||||
}
|
||||
|
||||
} // namespace webrtc
|
||||
|
Reference in New Issue
Block a user