We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e552f05 commit 022e1b4Copy full SHA for 022e1b4
1 file changed
.github/workflows/ci.yaml
@@ -67,6 +67,7 @@ jobs:
67
freebsd:
68
runs-on: ubuntu-latest
69
name: Test on FreeBSD
70
+ timeout-minutes: 10 # this occasionally hangs forever, so cancel it quickly
71
steps:
72
- name: Checkout repository
73
uses: actions/checkout@v4
0 commit comments