From 12826dfb83ce8e87a1292a83af2780458af02141 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Sat, 16 Jun 2018 19:46:52 +0100 Subject: [PATCH] Extend the timeout for SNI DTLS tests The following tests were timing out under valgrind so now have a much longer timeout: SNI: DTLS, CA no override SNI: DTLS, CA override with CRL --- tests/ssl-opt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index f3b978a7c..a8adf9bb3 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -2474,6 +2474,7 @@ run_test "SNI: DTLS, client auth override: optional -> none" \ -c "skip write certificate verify" \ -s "skip parse certificate verify" +needs_more_time 4 run_test "SNI: DTLS, CA no override" \ "$P_SRV debug_level=3 auth_mode=optional dtls=1 \ crt_file=data_files/server5.crt key_file=data_files/server5.key \ @@ -2510,6 +2511,7 @@ run_test "SNI: DTLS, CA override" \ -S "! The certificate is not correctly signed by the trusted CA" \ -S "The certificate has been revoked (is on a CRL)" +needs_more_time 4 run_test "SNI: DTLS, CA override with CRL" \ "$P_SRV debug_level=3 auth_mode=optional \ crt_file=data_files/server5.crt key_file=data_files/server5.key dtls=1 \