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

Amar3tto pushed a commit to branch java-dataflow-v2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6b5c0671a0e1d6bd29551e999979f6a73f92e729
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Jul 6 21:46:29 2026 +0400

    Increase timeout
---
 .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