aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_telnet_SUITE.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-03-26 01:19:19 +0100
committerPeter Andersson <[email protected]>2015-03-26 01:19:19 +0100
commit2c386b51781434a69ae4245237b393296a1579af (patch)
tree15602491e88b1042b2c964a247583ce81b78aa34 /lib/common_test/test/ct_telnet_SUITE.erl
parentc3dd39edccb73f8a72db23a6c27818816cd53860 (diff)
downloadotp-2c386b51781434a69ae4245237b393296a1579af.tar.gz
otp-2c386b51781434a69ae4245237b393296a1579af.tar.bz2
otp-2c386b51781434a69ae4245237b393296a1579af.zip
Add documentation and make get_data behaviour backwards compatible
Diffstat (limited to 'lib/common_test/test/ct_telnet_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_telnet_SUITE.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_telnet_SUITE.erl b/lib/common_test/test/ct_telnet_SUITE.erl
index 84e69c2b54..62cb821ede 100644
--- a/lib/common_test/test/ct_telnet_SUITE.erl
+++ b/lib/common_test/test/ct_telnet_SUITE.erl
@@ -203,7 +203,9 @@ telnet_config(_, LogType) ->
{command_timeout,10000},
{reconnection_attempts,0},
{reconnection_interval,0},
- {keep_alive,true}]} |
+ {keep_alive,true},
+ {poll_limit,10},
+ {poll_interval,1000}]} |
if LogType == legacy ->
[{ct_conn_log,[]}];
true ->