aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_algorithms_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-05-24 15:23:30 +0200
committerHans Nilsson <[email protected]>2016-05-24 15:23:30 +0200
commit95a9fbfd026a548c1e62da678f254feb8cc6cc90 (patch)
tree663c33ef0a863033a3baa556abb59f671e48f034 /lib/ssh/test/ssh_algorithms_SUITE.erl
parentaf9c92b28fcee395fbbb51bc3891dc4360760583 (diff)
downloadotp-95a9fbfd026a548c1e62da678f254feb8cc6cc90.tar.gz
otp-95a9fbfd026a548c1e62da678f254feb8cc6cc90.tar.bz2
otp-95a9fbfd026a548c1e62da678f254feb8cc6cc90.zip
ssh: Longer timeout for ssh client tests
Diffstat (limited to 'lib/ssh/test/ssh_algorithms_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_algorithms_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl
index 7b551a7f18..6894f83547 100644
--- a/lib/ssh/test/ssh_algorithms_SUITE.erl
+++ b/lib/ssh/test/ssh_algorithms_SUITE.erl
@@ -28,7 +28,7 @@
%% Note: This directive should only be used in test suites.
-compile(export_all).
--define(TIMEOUT, 10000).
+-define(TIMEOUT, 35000).
%%--------------------------------------------------------------------
%% Common Test interface functions -----------------------------------