diff options
author | Hans Nilsson <hans@erlang.org> | 2020-03-09 09:32:02 +0100 |
---|---|---|
committer | Hans Nilsson <hans@erlang.org> | 2020-03-11 10:45:19 +0100 |
commit | dace5f9f3e96550c2e3da556709b2253ccf48808 (patch) | |
tree | e799f2efb6d8c0045ab45ed4dc9901f858fa6080 /lib/ssh/test/ssh_basic_SUITE.erl | |
parent | 4ed310d72d7ec2b1223a54577c338a88c3bb1d7b (diff) | |
download | erlang-dace5f9f3e96550c2e3da556709b2253ccf48808.tar.gz |
ssh: Raise timetrap value for a test case
Slow on Windows 10
Diffstat (limited to 'lib/ssh/test/ssh_basic_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_basic_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl index 787838d990..76d9bec78e 100644 --- a/lib/ssh/test/ssh_basic_SUITE.erl +++ b/lib/ssh/test/ssh_basic_SUITE.erl @@ -955,6 +955,7 @@ known_hosts(Config) when is_list(Config) -> ssh:stop_daemon(Pid). %%-------------------------------------------------------------------- +ssh_file_is_host_key() -> [{timetrap,{seconds,120}}]. % Some machines are S L O W ! ssh_file_is_host_key(Config) -> Dir = ssh_test_lib:create_random_dir(Config), ct:log("Dir = ~p", [Dir]), |