From 51123798ede360ef939e89e7a80a25d3bb509b20 Mon Sep 17 00:00:00 2001 From: jonas Date: Sat, 17 Feb 2024 23:18:45 +0100 Subject: [PATCH] Increase Debian build workflow timeout to 210 minutes This one times out when building the arm/v7 stuff, try increasing the timeout. --- .github/workflows/build_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index c07c324..099867d 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -18,7 +18,7 @@ on: jobs: docker_buildx_debian: runs-on: ubuntu-latest - timeout-minutes: 100 + timeout-minutes: 210 steps: - name: Run Docker on tmpfs uses: JonasAlfredsson/docker-on-tmpfs@v1.0.1