aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_handler_long_polling.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_handler_long_polling.erl')
-rw-r--r--test/http_handler_long_polling.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http_handler_long_polling.erl b/test/http_handler_long_polling.erl
index e838619..8d08265 100644
--- a/test/http_handler_long_polling.erl
+++ b/test/http_handler_long_polling.erl
@@ -6,7 +6,7 @@
init({_Transport, http}, Req, _Opts) ->
erlang:send_after(500, self(), timeout),
- {loop, Req, 9, 5000, hibernate}.
+ {loop, Req, 5, 5000, hibernate}.
handle(_Req, _State) ->
exit(badarg).