Skip to content

Commit

Permalink
added timeout limit
Browse files Browse the repository at this point in the history
5 minutes should be enough. By default it runs for 6 hours
  • Loading branch information
Bullrich committed Mar 14, 2024
1 parent 3c7ee1a commit c265087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/javascript-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
command: [lint, build, test]
runs-on: ubuntu-latest
name: running ${{ matrix.command }}
timeout-minutes: 5
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
Expand Down

0 comments on commit c265087

Please sign in to comment.