Skip to content

Commit a4ff448

Browse files
committed
set timeout for check-dependencies
1 parent 4d446cc commit a4ff448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/check-dependencies/check-dependencies.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ async function checkPackage(path) {
2525
const { stdout } = await $({ verbose: false })`updates \
2626
--json \
2727
--file ${ path } \
28+
--timeout 20000 \
2829
--exclude ${ Array.isArray(exclude) ? exclude.join(',') : '' } \
2930
`;
3031

0 commit comments

Comments
 (0)