Skip to content

Commit

Permalink
Add timeout for build
Browse files Browse the repository at this point in the history
- Build may hung up so timeout after 15min
- Relates #2
  • Loading branch information
jvalkeal committed Dec 14, 2023
1 parent a52f64d commit 8329581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build:
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 8329581

Please sign in to comment.