Skip to content

Commit

Permalink
chore(workflows): bump prerequisite timeout from 1 to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch committed May 7, 2024
1 parent 128f5fb commit 0de77b3
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 @@ -15,7 +15,7 @@ on:
jobs:
prerequisite:
runs-on: ubuntu-latest
timeout-minutes: 1
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/rafiki/env-setup
Expand Down

0 comments on commit 0de77b3

Please sign in to comment.