aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers/loop_handler_timeout_init_h.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/handlers/loop_handler_timeout_init_h.erl')
-rw-r--r--test/handlers/loop_handler_timeout_init_h.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handlers/loop_handler_timeout_init_h.erl b/test/handlers/loop_handler_timeout_init_h.erl
index ba0b34b..7908fda 100644
--- a/test/handlers/loop_handler_timeout_init_h.erl
+++ b/test/handlers/loop_handler_timeout_init_h.erl
@@ -11,7 +11,7 @@
init(Req, _) ->
#{timeout := Timeout} = cowboy_req:match_qs([{timeout, int}], Req),
- erlang:send_after(200, self(), message),
+ erlang:send_after(500, self(), message),
{cowboy_loop, Req, undefined, Timeout}.
info(message, Req, State) ->