From 166b6fedd3be10d66ab6e3cbc90dbfd5f71803b1 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Tue, 23 Dec 2025 23:02:44 +0800 Subject: [PATCH 1/2] Update workflow to v0.1.22 Signed-off-by: kerthcet --- .github/workflows/golang-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-workflow.yaml b/.github/workflows/golang-workflow.yaml index 2bed4716..2bc30752 100644 --- a/.github/workflows/golang-workflow.yaml +++ b/.github/workflows/golang-workflow.yaml @@ -8,4 +8,4 @@ on: jobs: golang-ci: - uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-golang-ci.yaml@v0.1.21 + uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-golang-ci.yaml@v0.1.22 From dcb554b4428e80397fbf241676873fac15ac9629 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Wed, 24 Dec 2025 06:07:06 +0800 Subject: [PATCH 2/2] increase the e2e timeout Signed-off-by: kerthcet --- test/util/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/util/consts.go b/test/util/consts.go index 2ec0e0da..db071915 100644 --- a/test/util/consts.go +++ b/test/util/consts.go @@ -21,7 +21,7 @@ import "time" const ( IntegrationTimeout = 10 * time.Second Interval = time.Millisecond * 250 - E2ETimeout = 5 * time.Minute + E2ETimeout = 10 * time.Minute E2EInterval = 1 * time.Second VllmImageVersion = "v0.7.3"