Skip to content

Commit

Permalink
Correcting TransOpts in send_timeout_close tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv authored and essen committed Jan 23, 2025
1 parent 4906158 commit 662f6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/http2_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ graceful_shutdown_listener_timeout(Config) ->
send_timeout_close(Config) ->
doc("Check that connections are closed on send timeout."),
TransOpts = #{
port => 0,
socket_opts => [
{port, 0},
{send_timeout, 100},
{send_timeout_close, true},
{sndbuf, 10}
Expand Down
2 changes: 1 addition & 1 deletion test/http_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,8 @@ graceful_shutdown_listener(Config) ->
send_timeout_close(_Config) ->
doc("Check that connections are closed on send timeout."),
TransOpts = #{
port => 0,
socket_opts => [
{port, 0},
{send_timeout, 100},
{send_timeout_close, true},
{sndbuf, 10}
Expand Down

0 comments on commit 662f6af

Please sign in to comment.