Skip to content

Commit

Permalink
ci: Fix timeout for circular dependency check (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Sep 26, 2024
1 parent 2ed8f0f commit e2b360e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2b360e

Please sign in to comment.