From 8a940fd55c175f7c98aa7c600764e2d861f41f03 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Tue, 3 Oct 2023 11:06:27 +0200 Subject: [PATCH] tests: increase lib571 timeout from 3s to 30s - 3s is too short for our CI, making this test fail occasionally - test usually experiences no delay run locally, so 30s wont hurt Closes #12013 --- tests/libtest/lib571.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib571.c b/tests/libtest/lib571.c index 60b4b36e01..c4ae67d4b1 100644 --- a/tests/libtest/lib571.c +++ b/tests/libtest/lib571.c @@ -138,7 +138,7 @@ int test(char *URL) stream_uri = NULL; test_setopt(curl, CURLOPT_INTERLEAVEFUNCTION, rtp_write); - test_setopt(curl, CURLOPT_TIMEOUT, 3L); + test_setopt(curl, CURLOPT_TIMEOUT, 30L); test_setopt(curl, CURLOPT_VERBOSE, 1L); test_setopt(curl, CURLOPT_WRITEDATA, protofile); -- 2.47.3