Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: media/audio/audio_input_unittest.cc

Issue 11546002: Merge 171701 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271_97/src/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/audio/mac/audio_input_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_input_unittest.cc
===================================================================
--- media/audio/audio_input_unittest.cc (revision 172427)
+++ media/audio/audio_input_unittest.cc (working copy)
@@ -152,9 +152,9 @@
message_loop.PostDelayedTask(
FROM_HERE,
MessageLoop::QuitClosure(),
- base::TimeDelta::FromMilliseconds(590));
+ base::TimeDelta::FromMilliseconds(690));
message_loop.Run();
- EXPECT_GE(test_callback.callback_count(), 10);
+ EXPECT_GE(test_callback.callback_count(), 1);
EXPECT_FALSE(test_callback.had_error());
ais->Stop();
« no previous file with comments | « no previous file | media/audio/mac/audio_input_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698