diff options
author | Ingela Anderton Andin <[email protected]> | 2015-06-22 16:00:14 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-06-22 16:02:57 +0200 |
commit | 43787faa5933483128f06d775bc41fef36df4567 (patch) | |
tree | 4e853f2c3c84a6d74dfa454f69421eae27da1b9b /lib/ssl/test/ssl_ECC_SUITE.erl | |
parent | 287ab39e946b4578d755038989ad50ccfb95f575 (diff) | |
download | otp-43787faa5933483128f06d775bc41fef36df4567.tar.gz otp-43787faa5933483128f06d775bc41fef36df4567.tar.bz2 otp-43787faa5933483128f06d775bc41fef36df4567.zip |
ssl: Avoid sleep
When possible avoid sleep in test cases.
Diffstat (limited to 'lib/ssl/test/ssl_ECC_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_ECC_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_ECC_SUITE.erl b/lib/ssl/test/ssl_ECC_SUITE.erl index e6a19c543c..5a2466f26d 100644 --- a/lib/ssl/test/ssl_ECC_SUITE.erl +++ b/lib/ssl/test/ssl_ECC_SUITE.erl @@ -246,7 +246,6 @@ start_server(openssl, CA, OwnCa, Cert, Key, Config) -> " -verify 2 -cert " ++ Cert ++ " -CAfile " ++ NewCA ++ " -key " ++ Key ++ " -msg -debug", OpenSslPort = open_port({spawn, Cmd}, [stderr_to_stdout]), - ssl_test_lib:wait_for_openssl_server(), true = port_command(OpenSslPort, "Hello world"), {OpenSslPort, Port}; |