diff options
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fec0033..62ba45d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -426,6 +426,7 @@ jobs: - name: Run tests (FreeBSD) if: matrix.vm == 'freebsd' uses: vmactions/freebsd-vm@v1 + timeout-minutes: 60 with: usesh: true copyback: false |