From 0e1da9d7ec3c7dd2af49be0d9be3e0848c167608 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Wed, 28 Jun 2023 14:31:09 +0100 Subject: [PATCH] Fix multistream test script 18 Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21310) --- test/quic_multistream_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/quic_multistream_test.c b/test/quic_multistream_test.c index dbd7b54e383..f2ee08d3f3a 100644 --- a/test/quic_multistream_test.c +++ b/test/quic_multistream_test.c @@ -1932,7 +1932,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, 2) + OP_CHECK (skip_time_ms, 4) OP_END_REPEAT () @@ -1943,7 +1943,7 @@ static const struct script_op script_18[] = { * generate TXKUs when we are allowed to. */ OP_CHECK (check_key_update_ge, 4) - OP_CHECK (check_key_update_lt, 120) + OP_CHECK (check_key_update_lt, 240) /* * Prove the connection is still healthy by sending something in both -- 2.47.2