Skip to content

Commit

Permalink
fix(workflows): change docker build timeout to 10min (#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch authored Apr 23, 2024
1 parent 4f501cb commit 4a8caee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
docker-build:
runs-on: ubuntu-latest
needs: version-generator
timeout-minutes: 5
timeout-minutes: 10
env:
GH_TOKEN: ${{ github.token }}
strategy:
Expand Down

0 comments on commit 4a8caee

Please sign in to comment.