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

tvalentyn 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 904f8898ab2 Fix PostCommit Java DataflowV2 workflow (#39232)
904f8898ab2 is described below

commit 904f8898ab28e9f86b575fdc71262e45627cee9c
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Jul 7 14:57:28 2026 +0400

    Fix PostCommit Java DataflowV2 workflow (#39232)
---
 .github/workflows/beam_PostCommit_Java_DataflowV2.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_Java_DataflowV2.yml 
b/.github/workflows/beam_PostCommit_Java_DataflowV2.yml
index 5c38e94ed7d..1cbc9fd25a8 100644
--- a/.github/workflows/beam_PostCommit_Java_DataflowV2.yml
+++ b/.github/workflows/beam_PostCommit_Java_DataflowV2.yml
@@ -54,7 +54,7 @@ jobs:
   beam_PostCommit_Java_DataflowV2:
     name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
     runs-on: [self-hosted, ubuntu-24.04, main]
-    timeout-minutes: 360
+    timeout-minutes: 480
     strategy:
       matrix:
         job_name: [beam_PostCommit_Java_DataflowV2]
@@ -91,4 +91,4 @@ jobs:
           commit: '${{ env.prsha || env.GITHUB_SHA }}'
           comment_mode: ${{ github.event_name == 'issue_comment'  && 'always' 
|| 'off' }}
           files: '**/build/test-results/**/*.xml'
-          large_files: true
\ No newline at end of file
+          large_files: true

Reply via email to