This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch postrelease-nightly-timeout in repository https://gitbox.apache.org/repos/asf/beam.git
commit 7444933c04de073e2778a2846e82682c7c4a0c88 Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Aug 6 15:06:52 2026 +0400 Increase timeout --- .github/workflows/beam_PostRelease_NightlySnapshot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostRelease_NightlySnapshot.yml b/.github/workflows/beam_PostRelease_NightlySnapshot.yml index d4e2e0690cf..b6eab80641c 100644 --- a/.github/workflows/beam_PostRelease_NightlySnapshot.yml +++ b/.github/workflows/beam_PostRelease_NightlySnapshot.yml @@ -53,10 +53,11 @@ jobs: beam_PostRelease_NightlySnapshot: name: beam_PostRelease_NightlySnapshot runs-on: [self-hosted, ubuntu-24.04, highmem] + timeout-minutes: 600 steps: - uses: actions/checkout@v7 with: - persist-credentials: false + persist-credentials: true - name: Setup environment uses: ./.github/actions/setup-environment-action with:
