Skip to content

Commit

Permalink
github: restrict execution timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jun 28, 2024
1 parent 3cc481e commit 7b6e235
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
name: Build
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
name: Test
needs: build
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
name: Build
timeout-minutes: 30
strategy:
fail-fast: false
runs-on: macos-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
name: Build
timeout-minutes: 90
strategy:
fail-fast: false
runs-on: windows-2019
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
name: Build
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
name: Test (CGroup V1)
needs: build
runs-on: ubuntu-20.04
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -141,6 +143,7 @@ jobs:
name: Test (CGroup V2)
needs: build
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 7b6e235

Please sign in to comment.