This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch test-rc-268-2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 7b9bea98ac3eb51fcc14866eecb041a1d9f13b59 Author: Vitaly Terentyev <vitaly.terent...@akvelon.com> AuthorDate: Tue Sep 16 00:44:27 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 de534d8ed59..b4f88e6098f 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: 60 # Reduced timeout as the job runs for ~20 mins + setup/validation + 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 }}