mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Increase a test timeout to get rid of intermittent failures
This commit is contained in:
parent
031b421732
commit
d12e0b55dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue