From d12e0b55dc2693918c9c58457dd798236eef2a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 20 Nov 2018 10:45:14 +0100 Subject: Increase a test timeout to get rid of intermittent failures --- test/req_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/req_SUITE.erl b/test/req_SUITE.erl index 9520699..ac6e4a9 100644 --- a/test/req_SUITE.erl +++ b/test/req_SUITE.erl @@ -552,7 +552,7 @@ do_read_urlencoded_body_too_long(Path, Body, Config) -> {<<"content-length">>, integer_to_binary(byte_size(Body) * 2)} ]), gun:data(ConnPid, Ref, nofin, Body), - timer:sleep(1100), + timer:sleep(2000), gun:data(ConnPid, Ref, fin, Body), {response, _, 408, RespHeaders} = gun:await(ConnPid, Ref), _ = case config(protocol, Config) of -- cgit v1.2.3