From: Dan Fandrich Date: Fri, 16 Jun 2023 19:23:28 +0000 (-0700) Subject: test2600: bump a test timeout X-Git-Tag: curl-8_2_0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39c234c4298583ddfd3b3e40f9a08b283ae66dc0;p=thirdparty%2Fcurl.git test2600: bump a test timeout Case 1 failed at least once on GHA by going 30 msec too long. Ref: #11328 --- diff --git a/tests/unit/unit2600.c b/tests/unit/unit2600.c index 1ff7740f7f..ce41427991 100644 --- a/tests/unit/unit2600.c +++ b/tests/unit/unit2600.c @@ -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 },