Skip to content

Commit fb5775c

Browse files
committed
chore: increase no output timeout
1 parent c9ce888 commit fb5775c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- run:
1010
name: install-dependencies
1111
command: npm install
12+
no_output_timeout: 30m
1213
- run:
1314
name: lint
1415
command: npm run lint
@@ -26,6 +27,7 @@ jobs:
2627
- run:
2728
name: install-dependencies
2829
command: npm install
30+
no_output_timeout: 30m
2931
- run:
3032
name: lint
3133
command: npm run lint

0 commit comments

Comments
 (0)