diff options
-rw-r--r-- | test/send_errors_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/send_errors_SUITE.erl b/test/send_errors_SUITE.erl index 4d11f20..274059b 100644 --- a/test/send_errors_SUITE.erl +++ b/test/send_errors_SUITE.erl @@ -111,7 +111,7 @@ http2_send_ping_ack_fail(_) -> inet:setopts(ClientSocket, [{recbuf, 256}]), http2_handshake(ClientSocket, gen_tcp), {ok, http2} = gun:await_up(Pid), - ping_loop(ClientSocket, 1800), %% Send pings triggering ping acks + ping_loop(ClientSocket, 5000), %% Send pings triggering ping acks receive {gun_down, Pid, http2, {error, _}, []} -> gun:close(Pid); |