This is an automated email from the ASF dual-hosted git repository.

akshat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 31752252002 Add timeout to some of the GitHub Actions jobs (#18237)
31752252002 is described below

commit 317522520023026e8fcbac52ce78f844849a35d6
Author: Akshat Jain <[email protected]>
AuthorDate: Sat Jul 12 09:46:30 2025 +0530

    Add timeout to some of the GitHub Actions jobs (#18237)
---
 .github/workflows/reusable-revised-its.yml  | 1 +
 .github/workflows/reusable-standard-its.yml | 1 +
 .github/workflows/standard-its.yml          | 1 +
 .github/workflows/worker.yml                | 1 +
 4 files changed, 4 insertions(+)

diff --git a/.github/workflows/reusable-revised-its.yml 
b/.github/workflows/reusable-revised-its.yml
index 1aa29f64cb5..568cca04352 100644
--- a/.github/workflows/reusable-revised-its.yml
+++ b/.github/workflows/reusable-revised-its.yml
@@ -176,6 +176,7 @@ jobs:
 
       - name: Run IT
         id: run-it
+        timeout-minutes: 60
         env:
           BACKWARD_COMPATIBILITY_IT_ENABLED: ${{ 
inputs.BACKWARD_COMPATIBILITY_IT_ENABLED }}
           DRUID_PREVIOUS_VERSION: ${{ inputs.DRUID_PREVIOUS_VERSION }}
diff --git a/.github/workflows/reusable-standard-its.yml 
b/.github/workflows/reusable-standard-its.yml
index b9bb8bb2d56..b23895dc2ac 100644
--- a/.github/workflows/reusable-standard-its.yml
+++ b/.github/workflows/reusable-standard-its.yml
@@ -82,6 +82,7 @@ jobs:
 
       - name: Run IT
         id: run-it
+        timeout-minutes: 90
         env:
           MYSQL_DRIVER_CLASSNAME: ${{ inputs.mysql_driver }}
         run: |
diff --git a/.github/workflows/standard-its.yml 
b/.github/workflows/standard-its.yml
index adf5190177a..812adceb275 100644
--- a/.github/workflows/standard-its.yml
+++ b/.github/workflows/standard-its.yml
@@ -170,6 +170,7 @@ jobs:
 
       - name: Run IT
         id: test
+        timeout-minutes: 90
         run: |
           set -x
           mvn -B -ff install -pl '!web-console' -Pdist,bundle-contrib-exts 
-Pskip-static-checks,skip-tests -Dmaven.javadoc.skip=true -T1C
diff --git a/.github/workflows/worker.yml b/.github/workflows/worker.yml
index 7c0b7842e4e..305fd65dd74 100644
--- a/.github/workflows/worker.yml
+++ b/.github/workflows/worker.yml
@@ -70,6 +70,7 @@ jobs:
 
       - name: 'Execute: ${{ inputs.script }}'
         run: ${{ inputs.script }}
+        timeout-minutes: 60
 
       - name: Upload artifact
         uses: actions/upload-artifact@v4


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to