Skip to content

Commit

Permalink
Increase the timeout of the license checker workflow. (#4237)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste committed Nov 3, 2023
1 parent 577970e commit 2a3f2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: pull_request
jobs:
lint:
name: License Checker
timeout-minutes: 2
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
Expand Down

0 comments on commit 2a3f2e2

Please sign in to comment.