diff options
author | Hans Nilsson <[email protected]> | 2016-05-24 15:23:30 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-05-24 15:23:30 +0200 |
commit | 95a9fbfd026a548c1e62da678f254feb8cc6cc90 (patch) | |
tree | 663c33ef0a863033a3baa556abb59f671e48f034 | |
parent | af9c92b28fcee395fbbb51bc3891dc4360760583 (diff) | |
download | otp-95a9fbfd026a548c1e62da678f254feb8cc6cc90.tar.gz otp-95a9fbfd026a548c1e62da678f254feb8cc6cc90.tar.bz2 otp-95a9fbfd026a548c1e62da678f254feb8cc6cc90.zip |
ssh: Longer timeout for ssh client tests
-rw-r--r-- | lib/ssh/test/ssh_algorithms_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl index 7b551a7f18..6894f83547 100644 --- a/lib/ssh/test/ssh_algorithms_SUITE.erl +++ b/lib/ssh/test/ssh_algorithms_SUITE.erl @@ -28,7 +28,7 @@ %% Note: This directive should only be used in test suites. -compile(export_all). --define(TIMEOUT, 10000). +-define(TIMEOUT, 35000). %%-------------------------------------------------------------------- %% Common Test interface functions ----------------------------------- |