Skip to content

Commit

Permalink
Add a timeout for build job
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Nov 11, 2023
1 parent d0494b9 commit 751aaa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-debug-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build:
name: Build debug version of Node.js
runs-on: buildjet-4vcpu-ubuntu-2204
timeout-minutes: 180
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit 751aaa6

Please sign in to comment.