Skip to content

Commit

Permalink
Reduce job timeout to 60 min
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Sep 9, 2024
1 parent b86ae6c commit bff3bd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/setup-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
run-on-linux:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- run: sudo apt-get update
- run: sudo apt-get install -y protobuf-compiler
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/setup-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
run-on-macos:
runs-on: macos-latest
timeout-minutes: 60
steps:
# https://github.com/actions/runner-images/issues/7522#issuecomment-1556766641
- name: Kill XProtectBehaviorService
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/setup-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
run-on-windows:
runs-on: windows-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit bff3bd8

Please sign in to comment.