Skip to content

Commit e2b360e

Browse files
authored
ci: Fix timeout for circular dependency check (#2283)
1 parent 2ed8f0f commit e2b360e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npm run docs
4949
check-circular:
5050
name: Check Circular Dependencies
51-
timeout-minutes: 10
51+
timeout-minutes: 15
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)