This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch test-rc-266-2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 9f0050d99ef877ec73e7c2ccdfe0c873df127864 Author: Vitaly Terentyev <[email protected]> AuthorDate: Tue Jun 24 10:46:52 2025 +0400 Increase timeout for Python YAML RC Validation --- .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..19b212ed262 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: 120 # 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 }}
