From: Hugo Landau Date: Tue, 2 May 2023 14:23:15 +0000 (+0100) Subject: QUIC MSST: Fix test on macOS X-Git-Tag: openssl-3.2.0-alpha1~822 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2d32d6b6b4b80ff5f55c5462b545516d252d11;p=thirdparty%2Fopenssl.git QUIC MSST: Fix test on macOS Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20765) --- diff --git a/test/quic_multistream_test.c b/test/quic_multistream_test.c index 1891779f890..8cfc56e2536 100644 --- a/test/quic_multistream_test.c +++ b/test/quic_multistream_test.c @@ -486,6 +486,7 @@ static int run_script(const struct script_op *script, int free_order) ++op_idx; first = 0; + offset = 0; op_start_time = ossl_time_now(); op_deadline = ossl_time_add(op_start_time, ossl_ms2time(2000)); }