aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/test
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2014-09-18 17:00:17 +0200
committerRaimo Niskanen <[email protected]>2014-09-30 12:26:00 +0200
commit6d37adcd745eca986446b0a7365feb76ead60e80 (patch)
treeac20b4a5e4692f1dbc2340c09ff4000caf5ed198 /lib/snmp/test
parent517a51c3e4ab49302daea27592e875fb09f3091b (diff)
downloadotp-6d37adcd745eca986446b0a7365feb76ead60e80.tar.gz
otp-6d37adcd745eca986446b0a7365feb76ead60e80.tar.bz2
otp-6d37adcd745eca986446b0a7365feb76ead60e80.zip
Try to increase test case timeouts
Diffstat (limited to 'lib/snmp/test')
-rw-r--r--lib/snmp/test/snmp_test_mgr.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/test/snmp_test_mgr.erl b/lib/snmp/test/snmp_test_mgr.erl
index cf62edba1c..8cb6ec588e 100644
--- a/lib/snmp/test/snmp_test_mgr.erl
+++ b/lib/snmp/test/snmp_test_mgr.erl
@@ -161,7 +161,7 @@ get_timeout() ->
get_timeout(os:type())
end.
-get_timeout(_) -> 3500.
+get_timeout(_) -> 10000. % Trying to improve test results % 3500.
%%----------------------------------------------------------------------
%% Receives a trap from the agent.