Skip to content

Commit

Permalink
Increase the ping loop in send_errors_SUITE
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Jan 13, 2025
1 parent 98faabb commit 8617aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/send_errors_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8617aca

Please sign in to comment.