aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-02-17 12:16:08 +0100
committerHans Nilsson <[email protected]>2017-02-17 12:16:08 +0100
commite001bf6951b9a02d0a9a0c6ca1ea4f364713ac4c (patch)
treea52c579204f2c6d85d60f11f3de2295abe7e99ff /lib/ssh
parent818989e624cebf061c1fc6311080350a95cb1e66 (diff)
downloadotp-e001bf6951b9a02d0a9a0c6ca1ea4f364713ac4c.tar.gz
otp-e001bf6951b9a02d0a9a0c6ca1ea4f364713ac4c.tar.bz2
otp-e001bf6951b9a02d0a9a0c6ca1ea4f364713ac4c.zip
ssh: increase timetrap in ssh_to_openssh_SUITE to not interrupt some slow machines
Diffstat (limited to 'lib/ssh')
-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