aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_benchmark_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-01-30 14:44:06 +0100
committerHans Nilsson <[email protected]>2017-01-30 14:44:06 +0100
commitebd654fb170c5ddfb8828e7a3d42814561d5f566 (patch)
tree343ab7aafb2f6219d71b926c32fc9aa9b4a4bc2c /lib/ssh/test/ssh_benchmark_SUITE.erl
parent5cce2a35e902e2fd82ae488a74dd0dd08f3f4b20 (diff)
downloadotp-ebd654fb170c5ddfb8828e7a3d42814561d5f566.tar.gz
otp-ebd654fb170c5ddfb8828e7a3d42814561d5f566.tar.bz2
otp-ebd654fb170c5ddfb8828e7a3d42814561d5f566.zip
ssh: increase timetrap for ssh_benchmark_SUITE
Diffstat (limited to 'lib/ssh/test/ssh_benchmark_SUITE.erl')
-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]}].