aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2013-08-30 15:21:37 +0300
committerAlon Zakai <alonzakai@gmail.com>2013-09-24 16:56:45 -0700
commit4afa3453f3fde6ae5069ec9a9c683a1b3018edb1 (patch)
tree5e6dfcad1d75af386605207e4a265ef1cd73c4c1
parent7341ab196a003ce5fb67548ba2accaae6a5cd69d (diff)
Make the tones shorter in duration to have the test harness not timeout (60 seconds timeout duration) before all the beeps are finished.
-rw-r--r--tests/sdl_audio_beep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sdl_audio_beep.cpp b/tests/sdl_audio_beep.cpp
index fa8b0a36..95a5a7e8 100644
--- a/tests/sdl_audio_beep.cpp
+++ b/tests/sdl_audio_beep.cpp
@@ -17,7 +17,7 @@
#undef main
#endif
-const int tone_duration = 2000;
+const int tone_duration = 1000;
struct BeepObject {
double toneFrequency;