mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 03:35:39 +01:00
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
This commit is contained in:
parent
0b8eaa899d
commit
12826dfb83
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user