This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/armPython in repository https://gitbox.apache.org/repos/asf/beam.git
commit 04cdbfdda29af965d5d4b3bca3b14ef2729ae030 Author: Danny McCormick <[email protected]> AuthorDate: Fri Sep 29 06:26:29 2023 -0400 Longer arm timeout --- .github/workflows/beam_PostCommit_Python_Arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_Python_Arm.yml b/.github/workflows/beam_PostCommit_Python_Arm.yml index 74eb8e8290d..f7620a6a3eb 100644 --- a/.github/workflows/beam_PostCommit_Python_Arm.yml +++ b/.github/workflows/beam_PostCommit_Python_Arm.yml @@ -54,7 +54,7 @@ jobs: beam_PostCommit_Python_Arm: name: ${{matrix.job_name}} (${{matrix.job_phrase}} ${{matrix.python_version}}) runs-on: [self-hosted, ubuntu-20.04, main] - timeout-minutes: 240 + timeout-minutes: 360 strategy: fail-fast: false matrix:
