Skip to content

Commit

Permalink
build: add 15 min timeout to ci job
Browse files Browse the repository at this point in the history
This is an attempt to fix builds from returning:

```
Error: The operation was canceled.
```

Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Nov 29, 2023
1 parent f6152d4 commit 3663053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
os: [ubuntu-latest, macos-13, windows-latest]
rust-version: [stable]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 3663053

Please sign in to comment.