This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch vitalii-t-fix-yaml-xlang in repository https://gitbox.apache.org/repos/asf/beam.git
commit 282e54177425e7538f163bc86dc79f71a1fa3a5c Author: Vitaly Terentyev <vitaly.terent...@akvelon.com> AuthorDate: Mon Apr 28 15:03:04 2025 +0400 Increase timeout --- .github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml index 92a20e5003e..a72fe5078c1 100644 --- a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml +++ b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml @@ -70,7 +70,7 @@ jobs: (github.event_name == 'schedule' && github.repository == 'apache/beam') || github.event.comment.body == 'Run Yaml_Xlang_Direct PreCommit' runs-on: [self-hosted, ubuntu-20.04, main] - timeout-minutes: 100 + timeout-minutes: 200 name: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) strategy: matrix: