From 1a1fb95f567e34bdf39da92c4033a3047fc255c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 20 Nov 2018 13:26:02 +0100 Subject: Fix the request_timeout_infinity test Wrong option was being tested. --- test/http_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/http_SUITE.erl') diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index 2c481af..87f8bed 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -127,7 +127,7 @@ request_timeout_infinity(Config) -> doc("Ensure the request_timeout option accepts the infinity value."), {ok, _} = cowboy:start_clear(?FUNCTION_NAME, [{port, 0}], #{ env => #{dispatch => cowboy_router:compile(init_routes(Config))}, - idle_timeout => infinity + request_timeout => infinity }), Port = ranch:get_port(?FUNCTION_NAME), try -- cgit v1.2.3