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);