aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-01-13 14:10:03 +0100
committerLoïc Hoguin <[email protected]>2025-01-13 14:10:48 +0100
commit915a0c0086fce03e9fd36ee5c7a3b061deb99934 (patch)
treec03c1b3e5666b14bb9439dc8663716d21c8b405f
parent23f96b811a48e53f34799092b03afb424cfdc269 (diff)
downloadgun-915a0c0086fce03e9fd36ee5c7a3b061deb99934.tar.gz
gun-915a0c0086fce03e9fd36ee5c7a3b061deb99934.tar.bz2
gun-915a0c0086fce03e9fd36ee5c7a3b061deb99934.zip
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.
-rw-r--r--test/send_errors_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/send_errors_SUITE.erl b/test/send_errors_SUITE.erl
index 8cce875..6022a7a 100644
--- a/test/send_errors_SUITE.erl
+++ b/test/send_errors_SUITE.erl
@@ -89,7 +89,7 @@ http2_send_ping_fail(_) ->
gun:close(Pid);
Msg ->
error({fail, Msg})
- after 5000 ->
+ after 15000 ->
error(timeout)
end.