diff options
author | Raimo Niskanen <[email protected]> | 2014-12-01 11:20:09 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2014-12-01 11:20:09 +0100 |
commit | 8e4ccfc3a9a7a1a4a7c607c88a205490bcf5d490 (patch) | |
tree | b02ee933bd0733b0f9b001520c74b4a2acd4ae31 /lib/snmp/test | |
parent | 364280b70519c261bb26c8a54169b6250e09c539 (diff) | |
parent | 5a053f10425a6c517c113c375d6306f9716bfe31 (diff) | |
download | otp-8e4ccfc3a9a7a1a4a7c607c88a205490bcf5d490.tar.gz otp-8e4ccfc3a9a7a1a4a7c607c88a205490bcf5d490.tar.bz2 otp-8e4ccfc3a9a7a1a4a7c607c88a205490bcf5d490.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/snmp/test')
-rw-r--r-- | lib/snmp/test/snmp_test_mgr.erl | 2 |
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. |