[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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