From 7d4a77dce478eb94713d14ec8aadc2f23a8a1af0 Mon Sep 17 00:00:00 2001 From: qazal <77887910+Qazalin@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:03:37 +0800 Subject: [PATCH] relax comma benchmark timeout (#16568) --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2f674ea463..5679dbb424 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -597,7 +597,7 @@ jobs: testqualcommbenchmark: name: comma Benchmark runs-on: [self-hosted, Linux, comma] - timeout-minutes: 20 + timeout-minutes: 30 defaults: run: shell: bash -e -o pipefail {0}