From 799fce0dc6ec48df51633dd81bcfc24ad1c4b836 Mon Sep 17 00:00:00 2001 From: Tamino Bauknecht Date: Tue, 24 Oct 2023 18:56:45 +0200 Subject: [PATCH] ci: Set freebsd to timeout after 30min The job runs very unreliably and often times out after 6h of being stuck in a boot loop. This commit reduces the timeout to 30min. --- .github/workflows/freebsd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 550f9453..30ef9421 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: Test in FreeBSD VM uses: vmactions/freebsd-vm@v0 + timeout-minutes: 30 with: mem: 2048 usesh: true