From 95b0647c911eb90cf641827d0bb3cf61324d285a Mon Sep 17 00:00:00 2001 From: Alexis Rouillard <alexisr245@gmail.com> Date: Thu, 26 Oct 2023 22:17:20 +0200 Subject: [PATCH] chore: increase freebsd timeout --- .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 fb2511b5e..0d7f29c4f 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: 120 + timeout-minutes: 180 with: operating_system: freebsd version: "13.2"