aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-02-20 12:31:13 +0100
committerHans Nilsson <[email protected]>2017-02-20 12:31:13 +0100
commit5d8a3ae82e6c6cac43b02e2fee238446167db14a (patch)
tree21e51de9d41523827b33b09b0854ddb8c156641e /lib/ssh/test
parentb7d70f859bffa136f658c433e209e4620be0d498 (diff)
parente001bf6951b9a02d0a9a0c6ca1ea4f364713ac4c (diff)
downloadotp-5d8a3ae82e6c6cac43b02e2fee238446167db14a.tar.gz
otp-5d8a3ae82e6c6cac43b02e2fee238446167db14a.tar.bz2
otp-5d8a3ae82e6c6cac43b02e2fee238446167db14a.zip
Merge branch 'hans/ssh/cuddle_tests' into maint
Diffstat (limited to 'lib/ssh/test')
-rw-r--r--lib/ssh/test/ssh_to_openssh_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl
index 86c3d5de26..b6f4a7371d 100644
--- a/lib/ssh/test/ssh_to_openssh_SUITE.erl
+++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl
@@ -36,7 +36,7 @@
%%--------------------------------------------------------------------
suite() ->
- [{timetrap,{seconds,20}}].
+ [{timetrap,{seconds,60}}].
all() ->
case os:find_executable("ssh") of