From ff1f51ccbb6d6133292e57ba1b8edb8b6c941fc9 Mon Sep 17 00:00:00 2001 From: Steffen Winter Date: Wed, 18 Oct 2023 22:26:36 +0200 Subject: [PATCH] Set FreeBSD workflow timeout Recently the FreeBSD workflow has started to hang in a boot loop when the VM starts up. The issue is being tracked upstream but there is not response at the moment. To work around this set a timeout to not waste CI minutes. Other workflows might also want this change since they don't take 20 minutes anyway. --- .github/workflows/continuous-build-freebsd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-build-freebsd.yml b/.github/workflows/continuous-build-freebsd.yml index 5caa6d1..4cdc550 100644 --- a/.github/workflows/continuous-build-freebsd.yml +++ b/.github/workflows/continuous-build-freebsd.yml @@ -28,6 +28,7 @@ on: jobs: build-freebsd: runs-on: macos-12 + timeout-minutes: 20 steps: - uses: actions/checkout@v3 with: