mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Raise the timeout in quic_client_test.c
Recently the Coveralls CI run started failing because it times out in this test. Outside of Coveralls it runs fine so assuming that this is caused by slow execution under Coveralls. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21844)
This commit is contained in:
parent
84a0b1b169
commit
0f9caad5b9
@ -92,7 +92,7 @@ static int test_quic_client(void)
|
||||
|
||||
for (;;) {
|
||||
if (ossl_time_compare(ossl_time_subtract(ossl_time_now(), start_time),
|
||||
ossl_ms2time(3000)) >= 0) {
|
||||
ossl_ms2time(10000)) >= 0) {
|
||||
TEST_error("timeout while attempting QUIC client test");
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user