aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-01-31 12:29:54 +0100
committerHans Nilsson <[email protected]>2017-01-31 12:29:54 +0100
commit82c885e37f5886da35ae1ba0338702c89df75623 (patch)
tree0d4afa66817798a806c8eb3c1638a399d8002796 /lib
parent2735f415510cf260258e092c0f3e4070a00fc06d (diff)
parentebd654fb170c5ddfb8828e7a3d42814561d5f566 (diff)
downloadotp-82c885e37f5886da35ae1ba0338702c89df75623.tar.gz
otp-82c885e37f5886da35ae1ba0338702c89df75623.tar.bz2
otp-82c885e37f5886da35ae1ba0338702c89df75623.zip
Merge branch 'hans/ssh/increase_benchmark_timetrap' into maint
Diffstat (limited to 'lib')
-rw-r--r--lib/ssh/test/ssh_benchmark_SUITE.erl2
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]}].