diff --git a/src/voice_engine/main/test/auto_test/standard/video_sync_test.cc b/src/voice_engine/main/test/auto_test/standard/video_sync_test.cc index 488593d738..7340f7b75d 100644 --- a/src/voice_engine/main/test/auto_test/standard/video_sync_test.cc +++ b/src/voice_engine/main/test/auto_test/standard/video_sync_test.cc @@ -48,7 +48,7 @@ class VideoSyncTest : public AfterStreamingFixture { void CheckEstimatesConvergeReasonablyWell(int min_estimate) { float standard_deviation = CollectEstimatesDuring15Seconds(min_estimate); - EXPECT_LT(standard_deviation, 20.0f); + EXPECT_LT(standard_deviation, 30.0f); } // Computes the standard deviation by first estimating the sample variance