Skip to content

Commit

Permalink
Increase another send_errors timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Jan 13, 2025
1 parent 915a0c0 commit 98faabb
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 @@ -117,7 +117,7 @@ http2_send_ping_ack_fail(_) ->
gun:close(Pid);
Msg ->
error({fail, Msg})
after 5000 ->
after 15000 ->
error(timeout)
end.

Expand Down

0 comments on commit 98faabb

Please sign in to comment.