aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/test
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2014-12-01 11:19:59 +0100
committerRaimo Niskanen <[email protected]>2014-12-01 11:19:59 +0100
commit5a053f10425a6c517c113c375d6306f9716bfe31 (patch)
tree844370cc5864e886f49789ad3595d1a12ba0cfc1 /lib/snmp/test
parenta3c6ca9a4732984c5530fe9c03c6fe45ac1369f2 (diff)
parent6d37adcd745eca986446b0a7365feb76ead60e80 (diff)
downloadotp-5a053f10425a6c517c113c375d6306f9716bfe31.tar.gz
otp-5a053f10425a6c517c113c375d6306f9716bfe31.tar.bz2
otp-5a053f10425a6c517c113c375d6306f9716bfe31.zip
Merge branch 'raimo/snmp/dev' into maint
* raimo/snmp/dev: Try to increase test case timeouts Honor bind_to for manager net_if family inet
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.