Skip to content

Commit afeca4e

Browse files
authored
Increase timeouts (#36595)
1 parent 8bd92b5 commit afeca4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run_rc_validation_python_yaml.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ on:
2121
workflow_dispatch:
2222
inputs:
2323
RELEASE_VER:
24-
description: 'Beam Release Version (e.g., 2.64.0)'
24+
description: 'Beam Release Version (e.g., 2.69.0)'
2525
required: true
26-
default: '2.64.0'
26+
default: '2.69.0'
2727
RC_NUM:
2828
description: 'Release Candidate number (e.g., 1)'
2929
required: true
@@ -59,7 +59,7 @@ jobs:
5959
run_python_yaml_rc_validation:
6060
name: Run Python YAML RC Validation (${{ github.event.inputs.RELEASE_VER }} RC${{ github.event.inputs.RC_NUM }})
6161
runs-on: [self-hosted, ubuntu-20.04, main]
62-
timeout-minutes: 60 # Reduced timeout as the job runs for ~20 mins + setup/validation
62+
timeout-minutes: 200
6363
env: # Job-level env vars
6464
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6565
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
@@ -229,8 +229,8 @@ jobs:
229229
exit 0 # Allow cleanup to proceed
230230
fi
231231
JOB_ID=$(cat yaml_dataflow_jobid.txt)
232-
echo "Waiting for 20 minutes for Dataflow job $JOB_ID to run..."
233-
sleep 1200 # 20 minutes = 1200 seconds
232+
echo "Waiting for 40 minutes for Dataflow job $JOB_ID to run..."
233+
sleep 2400 # 20 minutes = 2400 seconds
234234
echo "Wait finished."
235235
shell: bash
236236

0 commit comments

Comments
 (0)