diff options
author | Hans Nilsson <[email protected]> | 2015-08-24 17:18:25 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-08-24 17:18:25 +0200 |
commit | bc28d2308209ffc7cec0218028fc62b88a413f0f (patch) | |
tree | 497b77e03bfc07424563bcdc44cbb3df03208749 /lib/ssh/test/ssh_sftp_SUITE.erl | |
parent | 6633afcb23e36c77cab56f18a4d327b368513e48 (diff) | |
download | otp-bc28d2308209ffc7cec0218028fc62b88a413f0f.tar.gz otp-bc28d2308209ffc7cec0218028fc62b88a413f0f.tar.bz2 otp-bc28d2308209ffc7cec0218028fc62b88a413f0f.zip |
ssh: doubled short timetrap in testcase
Diffstat (limited to 'lib/ssh/test/ssh_sftp_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_sftp_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_sftp_SUITE.erl b/lib/ssh/test/ssh_sftp_SUITE.erl index bab5bf9fe9..8d0b887d83 100644 --- a/lib/ssh/test/ssh_sftp_SUITE.erl +++ b/lib/ssh/test/ssh_sftp_SUITE.erl @@ -291,7 +291,7 @@ init_per_testcase(Case, Config0) -> prep(Config0), Config1 = lists:keydelete(watchdog, 1, Config0), Config2 = lists:keydelete(sftp, 1, Config1), - Dog = ct:timetrap(?default_timeout), + Dog = ct:timetrap(2 * ?default_timeout), User = ?config(user, Config0), Passwd = ?config(passwd, Config0), |