Skip to content

Commit

Permalink
ci: update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Sep 26, 2024
1 parent 79c9ff0 commit f94c99f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI

jobs:
build:
timeout-minutes: 60
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ concurrency:
cancel-in-progress: true

jobs:
build_executorch:
build:
timeout-minutes: 120
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand Down

0 comments on commit f94c99f

Please sign in to comment.