aboutsummaryrefslogtreecommitdiff
path: root/tests/sdl_audio.c
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2012-04-11 16:37:29 -0400
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2012-04-11 16:37:29 -0400
commit2c96ae053251b5f32e3721ea98f708268b09d456 (patch)
treec3e205523226097b4a37b4957650ee3eb4bcbf28 /tests/sdl_audio.c
parent4949d7b694a2c73ee8ba6ce61319ccdf41742a71 (diff)
parent306b4ecb79ffc6afcb7ed991b8edeafb628c1c41 (diff)
Merge remote-tracking branch 'upstream/incoming' into glmatrix
Diffstat (limited to 'tests/sdl_audio.c')
-rw-r--r--tests/sdl_audio.c2
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() {