aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-01-10 11:22:55 +0100
committerLoïc Hoguin <[email protected]>2019-01-10 11:22:55 +0100
commit286a1b9f3dfef5f0d548bf82642696ecd1294103 (patch)
treeffa5b6216e47bebbc422a7d3bc6bd4156cfe57e4
parent95b876447c75263f989bdd566da5ef8afa2c62c4 (diff)
downloadgun-286a1b9f3dfef5f0d548bf82642696ecd1294103.tar.gz
gun-286a1b9f3dfef5f0d548bf82642696ecd1294103.tar.bz2
gun-286a1b9f3dfef5f0d548bf82642696ecd1294103.zip
Tweak another timeout
-rw-r--r--test/gun_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
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]
}),