aboutsummaryrefslogtreecommitdiffstats
path: root/test/req_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/req_SUITE.erl')
-rw-r--r--test/req_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
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}].