From 199d6855948ef358fdb209b0e70a93d5556c6041 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 22 Oct 2024 12:42:36 +0200 Subject: [PATCH] chore(ci): increase timeout to 5minutes for driverkit build in latest-kernel workflow. Signed-off-by: Federico Di Pierro --- .github/workflows/latest-kernel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latest-kernel.yml b/.github/workflows/latest-kernel.yml index 75a8707e73..6e6ee7b5d9 100644 --- a/.github/workflows/latest-kernel.yml +++ b/.github/workflows/latest-kernel.yml @@ -72,7 +72,7 @@ jobs: run: | echo "Testing build of drivers against: ${{ needs.compute-latest-version.outputs.latest_vers }}" chmod +x driverkit - ./driverkit docker -c dk.yaml -l debug + ./driverkit docker -c dk.yaml -l debug --timeout 300 build-latest-kernel-arm64: needs: 'compute-latest-version' @@ -97,7 +97,7 @@ jobs: run: | echo "Testing build of drivers against: ${{ needs.compute-latest-version.outputs.latest_vers }}" chmod +x driverkit - ./driverkit docker -c dk.yaml -l debug + ./driverkit docker -c dk.yaml -l debug --timeout 300 badge-latest-kernel: if: always() && github.event_name == 'schedule'