From: Hugo Landau Date: Thu, 6 Jul 2023 14:23:05 +0000 (+0100) Subject: QUIC: Fix multistream script 19 stochastic test failure X-Git-Tag: openssl-3.2.0-alpha1~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de9564bdd72142ab9353f84cc2f186ad559a8eed;p=thirdparty%2Fopenssl.git QUIC: Fix multistream script 19 stochastic test failure Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/21135) --- diff --git a/test/quic_multistream_test.c b/test/quic_multistream_test.c index a8e345202a0..f791504fa27 100644 --- a/test/quic_multistream_test.c +++ b/test/quic_multistream_test.c @@ -2096,7 +2096,7 @@ static const struct script_op script_18[] = { OP_C_WRITE (DEFAULT, "apple", 5) OP_S_READ_EXPECT (a, "apple", 5) - OP_CHECK (skip_time_ms, 4) + OP_CHECK (skip_time_ms, 8) OP_END_REPEAT ()