Skip to content

Commit

Permalink
👷 Set timeout-minutes for vm using CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Jan 16, 2025
1 parent a6768ce commit 63cf594
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:
solaris-test:
runs-on: ubuntu-latest
timeout-minutes: 100
name: Test on Solaris
steps:
- uses: actions/checkout@v4
Expand All @@ -37,6 +38,7 @@ jobs:
NetBSD-test:
runs-on: ubuntu-latest
timeout-minutes: 100
name: Test on NetBSD
steps:
- uses: actions/checkout@v4.1.6
Expand All @@ -62,6 +64,7 @@ jobs:
FreeBSD-test:
runs-on: ubuntu-latest
timeout-minutes: 100
name: Test on FreeBSD
steps:
- uses: actions/checkout@v4
Expand All @@ -86,6 +89,7 @@ jobs:
OpenBSD-test:
runs-on: ubuntu-latest
timeout-minutes: 100
name: Test on OpenBSD
steps:
- uses: actions/checkout@v4.1.6
Expand All @@ -109,6 +113,7 @@ jobs:
# DragonflyBSD-test:
# runs-on: ubuntu-latest
# timeout-minutes: 100
# name: Test on DragonflyBSD
# steps:
# - uses: actions/checkout@v4
Expand All @@ -132,6 +137,7 @@ jobs:

OmniOS-test:
runs-on: ubuntu-latest
timeout-minutes: 100
name: Test on OmniOS
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 63cf594

Please sign in to comment.