[CI] Set timeout for freebsd vm launch. (#10858)

This commit is contained in:
Jiaming Yuan
2024-09-30 18:26:27 +08:00
committed by GitHub
parent 429f956111
commit 8cf2f7aed8

View File

@@ -12,6 +12,7 @@ concurrency:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
name: A job to run test in FreeBSD
steps:
- uses: actions/checkout@v4