Skip to content

Commit 7fa5a7f

Browse files
authored
ci: Fix timeout of circular dependency check (#2371)
1 parent 9d5c72c commit 7fa5a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run: npm run lint
5252
check-circular:
5353
name: Circular Dependencies
54-
timeout-minutes: 5
54+
timeout-minutes: 15
5555
runs-on: ubuntu-latest
5656
steps:
5757
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)