Browse Source

Increase a test timeout to get rid of intermittent failures

Loïc Hoguin 6 years ago
parent
commit
d12e0b55dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/req_SUITE.erl

+ 1 - 1
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