aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_test_lib.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-12-22 16:15:37 +0100
committerHans Nilsson <[email protected]>2017-12-22 16:15:37 +0100
commit0c08677522f1add0f6161328a0009e3ac3401f1e (patch)
treebd94782c4588d6b9b8b2480e4dad38c38e627065 /lib/ssh/test/ssh_test_lib.hrl
parent9cfb523632b6ed2b5e04bec5c67ede70875ca931 (diff)
parent4ec9ee4fc8893b526f1686da66b90bdf69f8f343 (diff)
downloadotp-0c08677522f1add0f6161328a0009e3ac3401f1e.tar.gz
otp-0c08677522f1add0f6161328a0009e3ac3401f1e.tar.bz2
otp-0c08677522f1add0f6161328a0009e3ac3401f1e.zip
Merge branch 'hans/ssh/cuddle_ssh_test' into maint
* hans/ssh/cuddle_ssh_test: ssh: Better reports in some test case failures ssh: Tests - timeout catches external ssh that does not disconnect
Diffstat (limited to 'lib/ssh/test/ssh_test_lib.hrl')
-rw-r--r--lib/ssh/test/ssh_test_lib.hrl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_test_lib.hrl b/lib/ssh/test/ssh_test_lib.hrl
index 54c93b7e87..eaf856e6e8 100644
--- a/lib/ssh/test/ssh_test_lib.hrl
+++ b/lib/ssh/test/ssh_test_lib.hrl
@@ -1,4 +1,9 @@
%%-------------------------------------------------------------------------
+%% Timeout time in ms
+%%-------------------------------------------------------------------------
+-define(TIMEOUT, 27000).
+
+%%-------------------------------------------------------------------------
%% Check for usable crypt
%%-------------------------------------------------------------------------
-define(CHECK_CRYPTO(Available),