diff options
author | Fredrik Gustafsson <[email protected]> | 2013-03-08 09:34:35 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-03-08 09:34:35 +0100 |
commit | 066a44edb1d07d6d4f5694e5301910178c5c3b37 (patch) | |
tree | 37d767b52484fe59003ae04ef6af39e8b9baf52d /lib/ssh/test | |
parent | 05f11890bdfec4bfc3a78e191a87e70a937ffc54 (diff) | |
download | otp-066a44edb1d07d6d4f5694e5301910178c5c3b37.tar.gz otp-066a44edb1d07d6d4f5694e5301910178c5c3b37.tar.bz2 otp-066a44edb1d07d6d4f5694e5301910178c5c3b37.zip |
Fixed rekeying initiation and secured testcase
Diffstat (limited to 'lib/ssh/test')
-rw-r--r-- | lib/ssh/test/ssh_basic_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl index efcb11f88f..80273420d9 100644 --- a/lib/ssh/test/ssh_basic_SUITE.erl +++ b/lib/ssh/test/ssh_basic_SUITE.erl @@ -272,7 +272,7 @@ rekey(Config) -> {user_interaction, false}, {rekey_limit, 0}]), receive - after 15000 -> + after 200000 -> %%By this time rekeying would have been done ssh:close(ConnectionRef), ssh:stop_daemon(Pid) |