Changes test condition in AudioDeviceTest.RunPlayoutAndRecordingInFullDuplex
TBR=henrik.lundin Bug: webrtc:7744 Change-Id: I8e8adc666e4734a9333dc3eaa273f68d66a8d0af Reviewed-on: https://webrtc-review.googlesource.com/7260 Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20183}
This commit is contained in:
parent
602dc431b0
commit
b6ca72154f
@ -703,8 +703,9 @@ TEST_F(AudioDeviceTest, RunPlayoutAndRecordingInFullDuplex) {
|
||||
StopPlayout();
|
||||
// This thresholds is set rather high to accommodate differences in hardware
|
||||
// in several devices. The main idea is to capture cases where a very large
|
||||
// latency is built up.
|
||||
EXPECT_LE(audio_stream.average_size(), 5u);
|
||||
// latency is built up. See http://bugs.webrtc.org/7744 for examples on
|
||||
// bots where relatively large average latencies can happen.
|
||||
EXPECT_LE(audio_stream.average_size(), 25u);
|
||||
PRINT("\n");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user