diff options
author | Hans Nilsson <[email protected]> | 2016-06-02 20:13:11 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-06-02 20:13:11 +0200 |
commit | 3cd8fe84c7a3b1f40d824d243447e4bf82ac28b3 (patch) | |
tree | c691b2af1f5d750aa7f5b6562fdd3c5262bcf1b0 /lib | |
parent | fba5d467360c18d58ddf664c581dd7e78823a4d4 (diff) | |
download | otp-3cd8fe84c7a3b1f40d824d243447e4bf82ac28b3.tar.gz otp-3cd8fe84c7a3b1f40d824d243447e4bf82ac28b3.tar.bz2 otp-3cd8fe84c7a3b1f40d824d243447e4bf82ac28b3.zip |
ssh: temp fix hazard in test suite
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/test/ssh_sftp_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_sftp_SUITE.erl b/lib/ssh/test/ssh_sftp_SUITE.erl index 4d40b4647c..19cf6d446e 100644 --- a/lib/ssh/test/ssh_sftp_SUITE.erl +++ b/lib/ssh/test/ssh_sftp_SUITE.erl @@ -673,6 +673,7 @@ start_channel_sock(Config) -> %% Test that the socket is closed when the Connection closes ok = ssh:close(Conn), + timer:sleep(400), %% Until the stop sequence is fixed {error,einval} = inet:getopts(Sock, [active]), ok. |