aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_compat_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-03-29 11:51:54 +0200
committerHans Nilsson <[email protected]>2018-04-19 14:01:32 +0200
commit4b6b59d957615a68f8184ad073ff3928ef59f678 (patch)
treef36204adad1e711218cadd0a786a9bd95f53f1c9 /lib/ssh/test/ssh_compat_SUITE.erl
parent0bcba3f1c9afc9a4164bf78641844a293768a7ec (diff)
downloadotp-4b6b59d957615a68f8184ad073ff3928ef59f678.tar.gz
otp-4b6b59d957615a68f8184ad073ff3928ef59f678.tar.bz2
otp-4b6b59d957615a68f8184ad073ff3928ef59f678.zip
ssh: Increase timetrap for slow test machines
Diffstat (limited to 'lib/ssh/test/ssh_compat_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_compat_SUITE.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_compat_SUITE.erl b/lib/ssh/test/ssh_compat_SUITE.erl
index f7eda1dc08..6c0e010bf5 100644
--- a/lib/ssh/test/ssh_compat_SUITE.erl
+++ b/lib/ssh/test/ssh_compat_SUITE.erl
@@ -41,8 +41,7 @@
%%--------------------------------------------------------------------
suite() ->
- [%%{ct_hooks,[ts_install_cth]},
- {timetrap,{seconds,40}}].
+ [{timetrap,{seconds,60}}].
all() ->
%% [check_docker_present] ++