diff options
author | Raimo Niskanen <[email protected]> | 2014-09-18 17:00:17 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2014-09-30 12:26:00 +0200 |
commit | 6d37adcd745eca986446b0a7365feb76ead60e80 (patch) | |
tree | ac20b4a5e4692f1dbc2340c09ff4000caf5ed198 | |
parent | 517a51c3e4ab49302daea27592e875fb09f3091b (diff) | |
download | otp-6d37adcd745eca986446b0a7365feb76ead60e80.tar.gz otp-6d37adcd745eca986446b0a7365feb76ead60e80.tar.bz2 otp-6d37adcd745eca986446b0a7365feb76ead60e80.zip |
Try to increase test case timeouts
-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. |