Skip to content

Commit 915a0c0

Browse files
committed
Increase a send_errors test timeout
Depending on the environment the send buffer may not be configured as low as we want, so the test will take longer.
1 parent 23f96b8 commit 915a0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/send_errors_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ http2_send_ping_fail(_) ->
8989
gun:close(Pid);
9090
Msg ->
9191
error({fail, Msg})
92-
after 5000 ->
92+
after 15000 ->
9393
error(timeout)
9494
end.
9595

0 commit comments

Comments
 (0)