From afd36c290d3c4896fd52dd590d9794fd156302df Mon Sep 17 00:00:00 2001 From: "fbarchard@chromium.org" Date: Thu, 5 Nov 2009 07:02:12 +0000 Subject: Reduce sleep time on Mac to 500 ms, same as PC BUG=26555 TEST=run valgrind or let build bot do it and if it runs faster than you can go make a coffee and get back, then its good. Review URL: http://codereview.chromium.org/366023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31078 0039d316-1c4b-4281-b951-d872f2087c98 --- media/audio/mac/audio_output_mac_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media') diff --git a/media/audio/mac/audio_output_mac_unittest.cc b/media/audio/mac/audio_output_mac_unittest.cc index 985ca45..06d7f96 100644 --- a/media/audio/mac/audio_output_mac_unittest.cc +++ b/media/audio/mac/audio_output_mac_unittest.cc @@ -94,7 +94,7 @@ TEST(MacAudioTest, PCMWaveStreamPlay200HzTone44KssMono) { oas->SetVolume(0.5); oas->Start(&source); - usleep(1500000); + usleep(500000); // Test that the volume is within the set limits. double volume = 0.0; -- cgit v1.1