This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new b68bb0da27b MINOR: increase build timeout to 3.5 hours (#22887)
b68bb0da27b is described below
commit b68bb0da27b2798213d2738bc4dfe95ccd8243a4
Author: Matthias J. Sax <[email protected]>
AuthorDate: Mon Jul 20 23:10:21 2026 -0700
MINOR: increase build timeout to 3.5 hours (#22887)
Current p95 build time is about 2:50h, and we did see an increased
number of PR build failures due do hitting the current 3h limit.
As a short term solution, this PR increases the timeout to 3.5h. We
should work with INFRA to maybe get better hardward to reducee the
runtime.
Reviewers: Bill Bejeck<[email protected]>, Chia-Ping Tsai
<[email protected]>
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0b7b38a1821..588d896a7e7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -223,7 +223,7 @@ jobs:
uses: ./.github/actions/run-gradle
with:
test-task: test
- timeout-minutes: 180 # 3 hours
+ timeout-minutes: 210 # 3.5 hours -- capped at 6 hours
test-catalog-path: ${{ steps.load-test-catalog.outputs.download-path
}}/combined-test-catalog.txt
build-scan-artifact-name: build-scan-${{ env.job-variation }}
run-new-tests: ${{ matrix.run-new }}