aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2017-06-15 14:38:17 +0200
committerIngela Anderton Andin <[email protected]>2017-06-26 11:01:18 +0200
commit6fcfa3bab32e250a1f776dbfa326761e473b3a73 (patch)
tree7863a41a436c4ea14b7bb4f94aecf0430f2ba4e9 /lib/ssl
parentbd2752e3d2ec91572e4d0c2fb35951f8f6bdc9f6 (diff)
downloadotp-6fcfa3bab32e250a1f776dbfa326761e473b3a73.tar.gz
otp-6fcfa3bab32e250a1f776dbfa326761e473b3a73.tar.bz2
otp-6fcfa3bab32e250a1f776dbfa326761e473b3a73.zip
ssl: Increase timeout for testcase testing ECDH keyexchange with
RSA signed certs
Diffstat (limited to 'lib/ssl')
-rw-r--r--lib/ssl/test/ssl_basic_SUITE.erl2
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;