From dcd3d589fe44c805ad6606d7ae951d6abbc2863f Mon Sep 17 00:00:00 2001 From: Dave Batiste Date: Fri, 3 Nov 2023 10:10:21 -0400 Subject: [PATCH] Increase the timeout of the license checker workflow. --- .github/workflows/license-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-checker.yml b/.github/workflows/license-checker.yml index c4fc3086eb9..975640db037 100644 --- a/.github/workflows/license-checker.yml +++ b/.github/workflows/license-checker.yml @@ -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