]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/quicapitest.c: Increase timeout of test_fin_only_blocking to 40ms
authorIngo Franzki <ifranzki@linux.ibm.com>
Mon, 10 Feb 2025 14:45:26 +0000 (15:45 +0100)
committerNeil Horman <nhorman@openssl.org>
Tue, 11 Feb 2025 18:31:02 +0000 (13:31 -0500)
commitcf91bdc7978c8aca68bf73a0d7f9ce59cef45d12
treeecd8676f73853631411b11dd99e5cf336fec5f03
parent9c001b0fd2c6b3ab5e9ae9b8a43bdc26957a69c6
test/quicapitest.c: Increase timeout of test_fin_only_blocking to 40ms

Running this test on heavily loaded systems may cause the SSL_read_ex() to
take more than 20ms, due to concurrent workload.

Increase the timeout to 40ms to allow a little bit more time.

Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26693)

(cherry picked from commit 0e93f64723894e6420faa8b95055ce637894abc1)
test/quicapitest.c