diff options
author | Hans Nilsson <[email protected]> | 2017-01-31 12:29:54 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-01-31 12:29:54 +0100 |
commit | 82c885e37f5886da35ae1ba0338702c89df75623 (patch) | |
tree | 0d4afa66817798a806c8eb3c1638a399d8002796 /lib/ssh | |
parent | 2735f415510cf260258e092c0f3e4070a00fc06d (diff) | |
parent | ebd654fb170c5ddfb8828e7a3d42814561d5f566 (diff) | |
download | otp-82c885e37f5886da35ae1ba0338702c89df75623.tar.gz otp-82c885e37f5886da35ae1ba0338702c89df75623.tar.bz2 otp-82c885e37f5886da35ae1ba0338702c89df75623.zip |
Merge branch 'hans/ssh/increase_benchmark_timetrap' into maint
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/test/ssh_benchmark_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_benchmark_SUITE.erl b/lib/ssh/test/ssh_benchmark_SUITE.erl index c2bfc48449..c5a6447839 100644 --- a/lib/ssh/test/ssh_benchmark_SUITE.erl +++ b/lib/ssh/test/ssh_benchmark_SUITE.erl @@ -30,7 +30,7 @@ suite() -> [{ct_hooks,[{ts_install_cth,[{nodenames,2}]}]}, - {timetrap,{minutes,3}} + {timetrap,{minutes,6}} ]. %%suite() -> [{ct_hooks,[ts_install_cth]}]. |