diff options
author | Hans Nilsson <[email protected]> | 2017-11-30 18:04:44 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-12-21 15:31:44 +0100 |
commit | 80633af75bb2c3f889d69cf22a0102bf5eaefe31 (patch) | |
tree | 11793ff21c0617ac8635a7551dfb67824a6986d1 /lib/ssh/test/ssh_to_openssh_SUITE.erl | |
parent | fb60cf1408edc6ee03c7e391419367d047721809 (diff) | |
download | otp-80633af75bb2c3f889d69cf22a0102bf5eaefe31.tar.gz otp-80633af75bb2c3f889d69cf22a0102bf5eaefe31.tar.bz2 otp-80633af75bb2c3f889d69cf22a0102bf5eaefe31.zip |
ssh: Tests - timeout catches external ssh that does not disconnect
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_to_openssh_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl index 75d5b5e296..eba3d01739 100644 --- a/lib/ssh/test/ssh_to_openssh_SUITE.erl +++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl @@ -27,7 +27,6 @@ %% Note: This directive should only be used in test suites. -compile(export_all). --define(TIMEOUT, 50000). -define(SSH_DEFAULT_PORT, 22). -define(REKEY_DATA_TMO, 65000). |