Skip to content

Commit

Permalink
QUIC: Fix multistream script 19 stochastic test failure
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #21135)
  • Loading branch information
hlandau authored and paulidale committed Jul 16, 2023
1 parent 1d547f8 commit de9564b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quic_multistream_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

Expand Down

0 comments on commit de9564b

Please sign in to comment.