diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abe11369f..7167e84be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: npm run docs check-circular: name: Check Circular Dependencies - timeout-minutes: 10 + timeout-minutes: 15 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3