mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Increase the timetrap timeout in req_SUITE on Windows
Still seeing intermittent failures on Windows due to timetrap so let's see if doubling the timeout again helps.
This commit is contained in:
parent
f79d60e0c7
commit
0d0e7d164c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
suite() ->
|
||||
Timeout = case os:type() of
|
||||
{win32, _} -> 60000;
|
||||
{win32, _} -> 120000;
|
||||
_ -> 30000
|
||||
end,
|
||||
[{timetrap, Timeout}].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue