]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: increase lib571 timeout from 3s to 30s
authorStefan Eissing <stefan@eissing.org>
Tue, 3 Oct 2023 09:06:27 +0000 (11:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Oct 2023 12:25:06 +0000 (14:25 +0200)
- 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

index 60b4b36e01633897be51a60a62929ab5e5b107e4..c4ae67d4b1944e8a46bd147273cb93fcecb23ff5 100644 (file)
@@ -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);