From 286a1b9f3dfef5f0d548bf82642696ecd1294103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 10 Jan 2019 11:22:55 +0100 Subject: Tweak another timeout --- test/gun_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gun_SUITE.erl b/test/gun_SUITE.erl index 5645a3c..c38395a 100644 --- a/test/gun_SUITE.erl +++ b/test/gun_SUITE.erl @@ -407,7 +407,7 @@ stream_info_http(_) -> stream_info_http2(_) -> doc("Ensure the function gun:stream_info/2 works as expected for HTTP/2."), {ok, _, OriginPort} = init_origin(tcp, http2, - fun(_, _, _) -> timer:sleep(100) end), + fun(_, _, _) -> timer:sleep(200) end), {ok, Pid} = gun:open("localhost", OriginPort, #{ protocols => [http2] }), -- cgit v1.2.3