Skip to content

Commit

Permalink
Increase a send_errors test timeout
Browse files Browse the repository at this point in the history
Depending on the environment the send buffer may not be
configured as low as we want, so the test will take longer.
  • Loading branch information
essen committed Jan 13, 2025
1 parent 23f96b8 commit 915a0c0
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 @@ -89,7 +89,7 @@ http2_send_ping_fail(_) ->
gun:close(Pid);
Msg ->
error({fail, Msg})
after 5000 ->
after 15000 ->
error(timeout)
end.

Expand Down

0 comments on commit 915a0c0

Please sign in to comment.