aboutsummaryrefslogtreecommitdiff
path: root/tests/websockets_bi_bigdata.c
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-10-30 14:37:10 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-10-30 14:37:10 -0700
commit2fb3456c4fefd57f25e08082b9b7771c47188784 (patch)
tree6e9a424380a14dcfe95454286ded21853fda0a76 /tests/websockets_bi_bigdata.c
parente28f99d18f384b98b416af7a9422d0959afab0e8 (diff)
support growing the socket data buffer, and enable working bigdata socket test
Diffstat (limited to 'tests/websockets_bi_bigdata.c')
-rw-r--r--tests/websockets_bi_bigdata.c2
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