diff options
author | Hans Nilsson <[email protected]> | 2016-03-21 12:38:41 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-03-21 12:38:41 +0100 |
commit | 21f1c62d470524157ff775374f6beb22485342bd (patch) | |
tree | fdfd10ea020052e2d56aa08726552f02830017a0 /lib/ssh/test/ssh_connection_SUITE.erl | |
parent | 2569ea2c76c7340e876abf384d7e027dacdd3fc7 (diff) | |
parent | 449e66a2676f4607f43a4e70b3dcad99b9d45a78 (diff) | |
download | otp-21f1c62d470524157ff775374f6beb22485342bd.tar.gz otp-21f1c62d470524157ff775374f6beb22485342bd.tar.bz2 otp-21f1c62d470524157ff775374f6beb22485342bd.zip |
Merge branch 'hans/ssh/set_timetrap_tests'
Diffstat (limited to 'lib/ssh/test/ssh_connection_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_connection_SUITE.erl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/ssh/test/ssh_connection_SUITE.erl b/lib/ssh/test/ssh_connection_SUITE.erl index 6e90faf0e8..a1fbe28a83 100644 --- a/lib/ssh/test/ssh_connection_SUITE.erl +++ b/lib/ssh/test/ssh_connection_SUITE.erl @@ -37,7 +37,7 @@ %% [{ct_hooks,[ts_install_cth]}]. suite() -> - [{timetrap,{minutes,2}}]. + [{timetrap,{seconds,40}}]. all() -> [ @@ -314,11 +314,7 @@ ptty_alloc_pixel(Config) when is_list(Config) -> ssh:close(ConnectionRef). %%-------------------------------------------------------------------- - -interrupted_send() -> - [{doc, "Use a subsystem that echos n char and then sends eof to cause a channel exit partway through a large send."}]. - -interrupted_send(Config) when is_list(Config) -> +interrupted_send(Config) -> PrivDir = ?config(priv_dir, Config), UserDir = filename:join(PrivDir, nopubkey), % to make sure we don't use public-key-auth file:make_dir(UserDir), |