This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch test-rc-270-4
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 4c8af5b1c6a86c524be0e9a6d53669e018c1c69f
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Dec 12 00:31:11 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 }}

Reply via email to