diff options
author | Hans Nilsson <[email protected]> | 2015-08-25 15:37:34 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-08-25 15:37:34 +0200 |
commit | 624f7c336af233186da0fe0f972fc2dcd214c4f9 (patch) | |
tree | 008bb42be5cdfa820a8af9dd8b2b3b003a4f34d4 /lib/ssh/test | |
parent | 137f162f3df570e1ac96695a8e209a122d359540 (diff) | |
parent | a93087eafd98bf60b9611c807d0074d304e93383 (diff) | |
download | otp-624f7c336af233186da0fe0f972fc2dcd214c4f9.tar.gz otp-624f7c336af233186da0fe0f972fc2dcd214c4f9.tar.bz2 otp-624f7c336af233186da0fe0f972fc2dcd214c4f9.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/test')
-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), |