From 37a301d632e57f476794bcee54fd569e530935d5 Mon Sep 17 00:00:00 2001 From: Vitaly Terentyev Date: Tue, 21 Apr 2026 09:37:20 +0400 Subject: [PATCH] Increase timeout --- .github/workflows/beam_PreCommit_Python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PreCommit_Python.yml b/.github/workflows/beam_PreCommit_Python.yml index 279c3c64ebab..cab38bd96b1d 100644 --- a/.github/workflows/beam_PreCommit_Python.yml +++ b/.github/workflows/beam_PreCommit_Python.yml @@ -77,7 +77,7 @@ jobs: beam_PreCommit_Python: name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) runs-on: [self-hosted, ubuntu-24.04, main] - timeout-minutes: 180 + timeout-minutes: 360 strategy: fail-fast: false matrix: @@ -159,4 +159,4 @@ jobs: sudo pkill -f "python.*pytest" || true # Clean up temp files sudo rm -rf /tmp/beam-* || true - sudo rm -rf /tmp/gradle-* || true \ No newline at end of file + sudo rm -rf /tmp/gradle-* || true