This is an automated email from the ASF dual-hosted git repository.
tkobayas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 932eeb183ea [NO-ISSUE] Increase job timeout (#6837)
932eeb183ea is described below
commit 932eeb183ea3f77333d5c1153d5eb6dc390a7d83
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Fri Jul 24 16:18:54 2026 +0900
[NO-ISSUE] Increase job timeout (#6837)
---
.github/workflows/pr-drools.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr-drools.yml b/.github/workflows/pr-drools.yml
index 19601375ee7..5e73ba3e3ae 100644
--- a/.github/workflows/pr-drools.yml
+++ b/.github/workflows/pr-drools.yml
@@ -36,7 +36,7 @@ jobs:
concurrency:
group: pr-drools_${{ matrix.os }}_${{ matrix.java-version }}_${{
matrix.maven-version }}_${{ github.head_ref }}
cancel-in-progress: true
- timeout-minutes: 120
+ timeout-minutes: 240
strategy:
matrix:
os: [ubuntu-latest]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]