This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch fix-python-vc-dataflow-rc
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-python-vc-dataflow-rc by
this push:
new 11efb46b530 Increase timeout
11efb46b530 is described below
commit 11efb46b5305bc61e9dc1e9b4b45ba0f0e71c318
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Jul 9 13:59:47 2025 +0400
Increase timeout
---
.../beam_PostCommit_Python_ValidatesContainer_Dataflow_With_RC.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow_With_RC.yml
b/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow_With_RC.yml
index 5117f9f38c0..a1a6e5f4df4 100644
---
a/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow_With_RC.yml
+++
b/.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow_With_RC.yml
@@ -56,7 +56,7 @@ jobs:
github.event_name == 'pull_request_target' ||
startsWith(github.event.comment.body, 'Run Python RC Dataflow
ValidatesContainer')
runs-on: [self-hosted, ubuntu-20.04, main]
- timeout-minutes: 100
+ timeout-minutes: 200
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{
matrix.python_version }})
strategy:
fail-fast: false