mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:01:41 +03:00
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
This commit is contained in:
parent
f42a279ee3
commit
8a940fd55c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue