From 6b5c0671a0e1d6bd29551e999979f6a73f92e729 Mon Sep 17 00:00:00 2001 From: Vitaly Terentyev Date: Mon, 6 Jul 2026 21:46:29 +0400 Subject: [PATCH] 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 5c38e94ed7dd..1cbc9fd25a89 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