This is an automated email from the ASF dual-hosted git repository. pwason pushed a commit to branch release-0.14.0 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit f33265d3bd87212b5ef924bd4fb6665365ecb617 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:
