This is an automated email from the ASF dual-hosted git repository.
Abacn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new a0494894c35 up timeout (#38732)
a0494894c35 is described below
commit a0494894c35f24ea6f6c86f89afc9ee0d7af0307
Author: Derrick Williams <[email protected]>
AuthorDate: Thu May 28 12:45:55 2026 -0400
up timeout (#38732)
---
.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml
b/.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml
index ea1c255f7cc..4f30d1f9f08 100644
--- a/.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml
+++ b/.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml
@@ -55,7 +55,7 @@ jobs:
github.event_name == 'pull_request_target' ||
(github.event_name == 'schedule' && github.repository == 'apache/beam')
runs-on: [self-hosted, ubuntu-24.04, main]
- timeout-minutes: 100
+ timeout-minutes: 180
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
strategy:
matrix: