aboutsummaryrefslogtreecommitdiff
path: root/tests/enet_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enet_client.c')
-rw-r--r--tests/enet_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/enet_client.c b/tests/enet_client.c
index 78c8f314..601b8769 100644
--- a/tests/enet_client.c
+++ b/tests/enet_client.c
@@ -10,7 +10,7 @@ void main_loop() {
#if EMSCRIPTEN
counter++;
#endif
- if (counter == 10) {
+ if (counter == 100) {
printf("stop!\n");
emscripten_cancel_main_loop();
return;