]> 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:04:03 +0000 (13:04 -0500)
commit0e93f64723894e6420faa8b95055ce637894abc1
treed7643867610f7bdb564aa10c3dc916dd97255156
parente2bfb61f617fa0f3acf88263a9afc702320660db
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)
test/quicapitest.c