diff options
author | Ingela Anderton Andin <[email protected]> | 2017-06-15 14:38:17 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-06-26 11:01:18 +0200 |
commit | 6fcfa3bab32e250a1f776dbfa326761e473b3a73 (patch) | |
tree | 7863a41a436c4ea14b7bb4f94aecf0430f2ba4e9 | |
parent | bd2752e3d2ec91572e4d0c2fb35951f8f6bdc9f6 (diff) | |
download | otp-6fcfa3bab32e250a1f776dbfa326761e473b3a73.tar.gz otp-6fcfa3bab32e250a1f776dbfa326761e473b3a73.tar.bz2 otp-6fcfa3bab32e250a1f776dbfa326761e473b3a73.zip |
ssl: Increase timeout for testcase testing ECDH keyexchange with
RSA signed certs
-rw-r--r-- | lib/ssl/test/ssl_basic_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssl/test/ssl_basic_SUITE.erl b/lib/ssl/test/ssl_basic_SUITE.erl index 407152aa75..64f9927901 100644 --- a/lib/ssl/test/ssl_basic_SUITE.erl +++ b/lib/ssl/test/ssl_basic_SUITE.erl @@ -360,6 +360,8 @@ init_per_testcase(TestCase, Config) when TestCase == psk_cipher_suites; TestCase == psk_with_hint_cipher_suites; TestCase == ciphers_rsa_signed_certs; TestCase == ciphers_rsa_signed_certs_openssl_names; + TestCase == ciphers_ecdh_rsa_signed_certs_openssl_names; + TestCase == ciphers_ecdh_rsa_signed_certs; TestCase == ciphers_dsa_signed_certs; TestCase == ciphers_dsa_signed_certs_openssl_names; TestCase == anonymous_cipher_suites; |