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

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


The following commit(s) were added to refs/heads/master by this push:
     new 94f643967e5 [MINOR] Add timeout for github check 
test-hudi-hadoop-mr-and-hudi-java-client (#9682)
94f643967e5 is described below

commit 94f643967e533130545527feac0b84a3afeb5279
Author: Lokesh Jain <[email protected]>
AuthorDate: Tue Sep 12 05:38:42 2023 +0530

    [MINOR] Add timeout for github check 
test-hudi-hadoop-mr-and-hudi-java-client (#9682)
---
 .github/workflows/bot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml
index acd51b8e123..7708b2c9536 100644
--- a/.github/workflows/bot.yml
+++ b/.github/workflows/bot.yml
@@ -16,7 +16,6 @@ on:
       - '**.png'
       - '**.svg'
       - '**.yaml'
-      - '**.yml'
       - '.gitignore'
     branches:
       - master
@@ -114,6 +113,7 @@ jobs:
 
   test-hudi-hadoop-mr-and-hudi-java-client:
     runs-on: ubuntu-latest
+    timeout-minutes: 40
     strategy:
       matrix:
         include:

Reply via email to