This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch portablejar-flink in repository https://gitbox.apache.org/repos/asf/beam.git
commit 1c5378df09d93e18e89d98f22fcb013bd6fe4e47 Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Aug 27 12:38:49 2026 +0400 Increase timeout --- .github/workflows/beam_PostCommit_PortableJar_Flink.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_PortableJar_Flink.yml b/.github/workflows/beam_PostCommit_PortableJar_Flink.yml index 4d3571eecff..34f8a785783 100644 --- a/.github/workflows/beam_PostCommit_PortableJar_Flink.yml +++ b/.github/workflows/beam_PostCommit_PortableJar_Flink.yml @@ -57,7 +57,7 @@ jobs: github.event_name == 'pull_request_target' || github.event.comment.body == 'Run PortableJar_Flink PostCommit' runs-on: [self-hosted, ubuntu-24.04, main] - timeout-minutes: 120 + timeout-minutes: 180 strategy: matrix: job_name: ["beam_PostCommit_PortableJar_Flink"]
