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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5e8fef44939 Bump timeout to 120 minutes (#29964)
5e8fef44939 is described below

commit 5e8fef44939e8359056a09c257d7bf2a1c32df8b
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Tue Jan 9 15:03:39 2024 -0500

    Bump timeout to 120 minutes (#29964)
---
 .github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml 
b/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml
index ac63a39380b..bbf4a0f5c8f 100644
--- a/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml
+++ b/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml
@@ -75,7 +75,7 @@ jobs:
       matrix:
         job_name: ["beam_PreCommit_Java_Kafka_IO_Direct"]
         job_phrase: ["Run Java_Kafka_IO_Direct PreCommit"]
-    timeout-minutes: 60
+    timeout-minutes: 120
     if: |
       github.event_name == 'push' ||
       github.event_name == 'pull_request_target' ||
@@ -125,4 +125,4 @@ jobs:
         if: always()
         with:
           name: Publish SpotBugs
-          path: '**/build/reports/spotbugs/*.html'
\ No newline at end of file
+          path: '**/build/reports/spotbugs/*.html'

Reply via email to