From 3ac73a08e616049d6658b5f28e765ad5fcb6067a Mon Sep 17 00:00:00 2001 From: Deda Date: Tue, 19 Mar 2024 19:06:02 +0100 Subject: [PATCH] Fix timeout for docker arm builds --- .github/workflows/package_memgraph.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package_memgraph.yaml b/.github/workflows/package_memgraph.yaml index 4eee509a1..7c6fed3e9 100644 --- a/.github/workflows/package_memgraph.yaml +++ b/.github/workflows/package_memgraph.yaml @@ -196,7 +196,7 @@ jobs: arch: "arm" runner_arch_label: "ARM64" build_type: ${{ github.event.inputs.build_type }} - timeout_minutes: 60 + timeout_minutes: 120 additional_build_args: "--for-docker" artifact_name: "docker-aarch64" secrets: inherit @@ -210,7 +210,7 @@ jobs: arch: "arm" runner_arch_label: "ARM64" build_type: ${{ github.event.inputs.build_type }} - timeout_minutes: 60 + timeout_minutes: 120 additional_build_args: "--for-docker" artifact_name: "docker-aarch64" secrets: inherit