From 33f8a02fb5a49c5bfb3fa49084d2f51c05b64509 Mon Sep 17 00:00:00 2001 From: Tamino Bauknecht Date: Thu, 26 Oct 2023 17:19:18 +0200 Subject: [PATCH] ci: Increase freebsd timeout to 2h After switching to a new FreeBSD action, the job seems to take longer than 30 minutes. Therefore, an increase in the timeout is necessary. --- .github/workflows/freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 8da34569..fb2511b5 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: Test in FreeBSD VM uses: cross-platform-actions/action@v0.19.1 - timeout-minutes: 30 + timeout-minutes: 120 with: operating_system: freebsd version: "13.2"