diff options
Diffstat (limited to 'tests/websockets_bi_bigdata.c')
-rw-r--r-- | tests/websockets_bi_bigdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/websockets_bi_bigdata.c b/tests/websockets_bi_bigdata.c index 9e8635e3..5db2c951 100644 --- a/tests/websockets_bi_bigdata.c +++ b/tests/websockets_bi_bigdata.c @@ -127,7 +127,7 @@ int main(void) "iframe.width = '40%';" "document.body.appendChild(iframe);" "console.log('added.');"); - emscripten_set_main_loop(iter, 1, 0); + emscripten_set_main_loop(iter, 3, 0); #else while (!done) iter(NULL); #endif |