diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-11 11:47:42 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-11 11:47:42 -0700 |
commit | 3b6853f50b2331c2493d6d188c7310c8af699018 (patch) | |
tree | a4c0f0271069a9b38119a499cec8a6043003577c /tests/sdl_audio.c | |
parent | c5b8395899bdd763a51f0385178e45a29eda711c (diff) |
close browser test windows in almost all tests, making the browser tests much more automatic
Diffstat (limited to 'tests/sdl_audio.c')
-rw-r--r-- | tests/sdl_audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sdl_audio.c b/tests/sdl_audio.c index 77c82b4e..4927d868 100644 --- a/tests/sdl_audio.c +++ b/tests/sdl_audio.c @@ -12,7 +12,7 @@ void play() { int channel = Mix_PlayChannel(-1, sound, 1); assert(channel >= 0); - emscripten_run_script("setTimeout(Module['_play2'], 1000)"); + emscripten_run_script("setTimeout(Module['_play2'], 500)"); } void play2() { |