From 39c234c4298583ddfd3b3e40f9a08b283ae66dc0 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 16 Jun 2023 12:23:28 -0700 Subject: [PATCH] test2600: bump a test timeout Case 1 failed at least once on GHA by going 30 msec too long. Ref: #11328 --- tests/unit/unit2600.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },