From 0d0e7d164c72799b48275c0c79a7a9d5c08e652e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 8 Apr 2020 10:28:27 +0200 Subject: 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. --- 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 5318840..8216a95 100644 --- a/test/req_SUITE.erl +++ b/test/req_SUITE.erl @@ -24,7 +24,7 @@ suite() -> Timeout = case os:type() of - {win32, _} -> 60000; + {win32, _} -> 120000; _ -> 30000 end, [{timetrap, Timeout}]. -- cgit v1.2.3