mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:27:16 +03:00
test2600: bump a test timeout
Case 1 failed at least once on GHA by going 30 msec too long. Ref: #11328
This commit is contained in:
parent
089a84660d
commit
39c234c429
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ static struct test_case TEST_CASES[] = {
|
|||
/* TIMEOUT_MS, FAIL_MS CREATED DURATION Result, HE_PREF */
|
||||
/* CNCT HE v4 v6 v4 v6 MIN MAX */
|
||||
{ 1, TURL, "test.com:123:192.0.2.1", CURL_IPRESOLVE_WHATEVER,
|
||||
250, 150, 200, 200, 1, 0, 200, 500, R_FAIL, NULL },
|
||||
250, 150, 200, 200, 1, 0, 200, 600, R_FAIL, NULL },
|
||||
/* 1 ipv4, fails after ~200ms, reports COULDNT_CONNECT */
|
||||
{ 2, TURL, "test.com:123:192.0.2.1,192.0.2.2", CURL_IPRESOLVE_WHATEVER,
|
||||
500, 150, 200, 200, 2, 0, 400, 800, R_FAIL, NULL },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue