I can regularly hit timeout on Windows for QUIC multistream test.
While increasing is not the best solution, it eliminates many
failures during testing. This timeout only applies in specific
situation, so run time should not be actually used often.
Signed-off-by: Milan Broz <gmazyland@gmail.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Thu Mar 19 09:18:32 2026
(Merged from https://github.com/openssl/openssl/pull/30461)
first = 0;
offset = 0;
op_start_time = ossl_time_now();
- op_deadline = ossl_time_add(op_start_time, ossl_ms2time(60000));
+ op_deadline = ossl_time_add(op_start_time, ossl_ms2time(180000));
}
if (!TEST_int_le(ossl_time_compare(ossl_time_now(), op_deadline), 0)) {