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


The following commit(s) were added to refs/heads/vitalii-t-fix-yaml-xlang by 
this push:
     new fa446fb4acc Increase timeout
fa446fb4acc is described below

commit fa446fb4acc95abd302231ed7a0671af565948d7
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Apr 28 21:43:10 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 a72fe5078c1..6a22eb6b48a 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: 200
+    timeout-minutes: 400
     name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
     strategy:
       matrix:

Reply via email to