diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d0f3d54..a2289f35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: check-lint: name: Lint - timeout-minutes: 5 + timeout-minutes: 10 runs-on: ubuntu-latest steps: - name: Fetch Sources