This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch test-rc-270-2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 5fe4080c4e90d4038530085042ba2f98b79bdb5f Author: Vitaly Terentyev <[email protected]> AuthorDate: Tue Dec 9 15:34:40 2025 +0400 Increase timeout --- .github/workflows/run_rc_validation_python_yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_rc_validation_python_yaml.yml b/.github/workflows/run_rc_validation_python_yaml.yml index 1a5b5a0502b..ac3b1cc8587 100644 --- a/.github/workflows/run_rc_validation_python_yaml.yml +++ b/.github/workflows/run_rc_validation_python_yaml.yml @@ -59,7 +59,7 @@ jobs: run_python_yaml_rc_validation: name: Run Python YAML RC Validation (${{ github.event.inputs.RELEASE_VER }} RC${{ github.event.inputs.RC_NUM }}) runs-on: [self-hosted, ubuntu-20.04, main] - timeout-minutes: 200 + timeout-minutes: 200 # Reduced timeout as the job runs for ~20 mins + setup/validation env: # Job-level env vars DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
