aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_telnet_client.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-04-23 12:54:38 +0200
committerPeter Andersson <[email protected]>2015-04-23 13:25:28 +0200
commit70d806d92e030f3c5e1b527b360f3bb17664fcd7 (patch)
tree964a6c7f6331947a6607b33cbf55a43b382d1661 /lib/common_test/src/ct_telnet_client.erl
parentb3ad09ba107de16259844fe5bc50898ae40a1a96 (diff)
downloadotp-70d806d92e030f3c5e1b527b360f3bb17664fcd7.tar.gz
otp-70d806d92e030f3c5e1b527b360f3bb17664fcd7.tar.bz2
otp-70d806d92e030f3c5e1b527b360f3bb17664fcd7.zip
Increase speed of keep_alive (NOP) polls
Diffstat (limited to 'lib/common_test/src/ct_telnet_client.erl')
-rw-r--r--lib/common_test/src/ct_telnet_client.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_telnet_client.erl b/lib/common_test/src/ct_telnet_client.erl
index b0734d8d65..f271133a38 100644
--- a/lib/common_test/src/ct_telnet_client.erl
+++ b/lib/common_test/src/ct_telnet_client.erl
@@ -39,7 +39,7 @@
-define(TELNET_PORT, 23).
-define(OPEN_TIMEOUT,10000).
--define(IDLE_TIMEOUT,10000).
+-define(IDLE_TIMEOUT,8000).
%% telnet control characters
-define(SE, 240).