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:
Dan Fandrich 2023-06-16 12:23:28 -07:00
parent 089a84660d
commit 39c234c429

View file

@ -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 },