From 42fc48a65217596f842065904eb47aada04b97da Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 18 Oct 2025 09:05:30 -1000 Subject: [PATCH] Raise benchmark timeout to 12 minutes (#11686) --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c92d78cb6ac..24ba24cc01b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -262,7 +262,7 @@ jobs: needs: gen_llhttp runs-on: ubuntu-latest - timeout-minutes: 9 + timeout-minutes: 12 steps: - name: Checkout project uses: actions/checkout@v5