Skip to content

Commit

Permalink
Increase timeout for older Windows OTP
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Jan 14, 2025
1 parent 6c4aa0c commit 7784d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ws_perf_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ init_dispatch(_Config) ->

do_gun_open_ws(Config) ->
ConnPid = gun_open(Config, #{
% tcp_opts => [{nodelay, true}],
tcp_opts => [{nodelay, true}],
http2_opts => #{
connection_window_margin_size => 64*1024,
max_frame_size_sent => 64*1024,
Expand Down Expand Up @@ -135,7 +135,7 @@ receive_ws(ConnPid, StreamRef) ->
receive
{gun_ws, ConnPid, StreamRef, Frame} ->
{ok, Frame}
after 15000 ->
after 30000 ->
{error, timeout}
end.

Expand Down

0 comments on commit 7784d9a

Please sign in to comment.