]> git.ipfire.org Git - thirdparty/openssl.git/commit
Timeout in the tserver test using real time
authorMatt Caswell <matt@openssl.org>
Wed, 4 Oct 2023 16:55:33 +0000 (17:55 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 6 Oct 2023 09:55:24 +0000 (10:55 +0100)
commit79997a919f6cf3823d04fa9b34adaaa5aadd871a
tree03b14b0dd96b591ae3e23951185b0c2cab2eeb7a
parent2e62b07a41cca299f7abb69c892053b99ec762b2
Timeout in the tserver test using real time

When running the tserver test we bail out if a timeout expires. We
shouldn't use fake time for that timeout, because fake time might never
actually get incremented.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22284)
test/quic_tserver_test.c