This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch test-rc-269-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 4e675be3c9c23a1d4b5dd421073341ff419a18d4 Author: Vitaly Terentyev <[email protected]> AuthorDate: Fri Oct 17 15:53:25 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 96a9b880167..bde941ddd11 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 }}
