]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC: Fix multistream script 19 stochastic test failure
authorHugo Landau <hlandau@openssl.org>
Thu, 6 Jul 2023 14:23:05 +0000 (15:23 +0100)
committerPauli <pauli@openssl.org>
Sun, 16 Jul 2023 22:18:05 +0000 (08:18 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21135)

test/quic_multistream_test.c

index a8e345202a02243e6afca3553c473db5346b7146..f791504fa27e6414efd3fcb7e403d6e244c3aa0a 100644 (file)
@@ -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           ()