Increase the min hs timeout in one of the ssl_opt tests

This triggered some spurious CI failure, where
the network is flaky. Increasing the min value,
leaving the max at the same distance should 
account for this.
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek 2021-01-12 07:47:01 -05:00
parent d7073d9290
commit 95b87f32f6

View File

@ -7426,7 +7426,7 @@ requires_config_disabled MBEDTLS_SSL_CONF_READ_TIMEOUT
requires_config_enabled MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE requires_config_enabled MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE
run_test "DTLS client reconnect from same port: reconnect" \ run_test "DTLS client reconnect from same port: reconnect" \
"$P_SRV dtls=1 exchanges=2 read_timeout=20000 hs_timeout=10000-20000" \ "$P_SRV dtls=1 exchanges=2 read_timeout=20000 hs_timeout=10000-20000" \
"$P_CLI dtls=1 exchanges=2 debug_level=2 hs_timeout=10000-20000 reconnect_hard=1" \ "$P_CLI dtls=1 exchanges=2 debug_level=2 hs_timeout=15000-25000 reconnect_hard=1" \
0 \ 0 \
-C "resend" \ -C "resend" \
-S "The operation timed out" \ -S "The operation timed out" \