Skip to content

Commit c7ef81e

Browse files
committed
Tests test_audio_worklet and test_audio_worklet_modularize will timeout
1 parent 01ade1a commit c7ef81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5493,7 +5493,7 @@ def test_audio_worklet_post_function(self, args):
54935493
})
54945494
@requires_sound_hardware
54955495
def test_audio_worklet_modularize(self, args):
5496-
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-sMODULARIZE=1', '-sEXPORT_NAME=MyModule', '--shell-file', test_file('shell_that_launches_modularize.html')] + args)
5496+
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-sMODULARIZE=1', '-sEXPORT_NAME=MyModule', '--shell-file', test_file('shell_that_launches_modularize.html'), '-DTEST_AND_EXIT'] + args)
54975497

54985498
# Tests multiple inputs, forcing a larger stack (note: passing BROWSER_TEST is
54995499
# specific to this test to allow it to exit rather than play forever).

0 commit comments

Comments
 (0)