diff options
author | Hans Nilsson <[email protected]> | 2017-02-17 12:16:08 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-02-17 12:16:08 +0100 |
commit | e001bf6951b9a02d0a9a0c6ca1ea4f364713ac4c (patch) | |
tree | a52c579204f2c6d85d60f11f3de2295abe7e99ff | |
parent | 818989e624cebf061c1fc6311080350a95cb1e66 (diff) | |
download | otp-e001bf6951b9a02d0a9a0c6ca1ea4f364713ac4c.tar.gz otp-e001bf6951b9a02d0a9a0c6ca1ea4f364713ac4c.tar.bz2 otp-e001bf6951b9a02d0a9a0c6ca1ea4f364713ac4c.zip |
ssh: increase timetrap in ssh_to_openssh_SUITE to not interrupt some slow machines
-rw-r--r-- | lib/ssh/test/ssh_to_openssh_SUITE.erl | 2 |
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 |