aboutsummaryrefslogtreecommitdiffstats
path: root/test/loop_handler_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-12-15 16:22:06 +0100
committerLoïc Hoguin <[email protected]>2023-12-15 16:22:06 +0100
commit1547e9b93e9a2b40e03edc6e84015dcbf9dccadb (patch)
treedcd40fc4ec923468e96fb0d8d45ea4ed3b7ff85e /test/loop_handler_SUITE.erl
parenta81dc8af9db314e074512e7fc096978c64c9bed1 (diff)
downloadcowboy-1547e9b93e9a2b40e03edc6e84015dcbf9dccadb.tar.gz
cowboy-1547e9b93e9a2b40e03edc6e84015dcbf9dccadb.tar.bz2
cowboy-1547e9b93e9a2b40e03edc6e84015dcbf9dccadb.zip
Increase loop_handler_timeout timeouts
It seems that macOS GH runners don't do timeouts well.
Diffstat (limited to 'test/loop_handler_SUITE.erl')
-rw-r--r--test/loop_handler_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/loop_handler_SUITE.erl b/test/loop_handler_SUITE.erl
index 04aa629..3a91e08 100644
--- a/test/loop_handler_SUITE.erl
+++ b/test/loop_handler_SUITE.erl
@@ -103,7 +103,7 @@ timeout_info(Config) ->
timeout_init(Config) ->
doc("Ensure that loop handler idle timeouts trigger on time when set in init/2."),
ConnPid = gun_open(Config),
- Ref = gun:get(ConnPid, "/loop_timeout_init?timeout=300",
+ Ref = gun:get(ConnPid, "/loop_timeout_init?timeout=1000",
[{<<"accept-encoding">>, <<"gzip">>}]),
{response, fin, 200, _} = gun:await(ConnPid, Ref),
Ref2 = gun:get(ConnPid, "/loop_timeout_init?timeout=100",