Skip to content

Commit cf1db87

Browse files
committed
increase updates timeout
1 parent 8f0111b commit cf1db87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-dependencies/check-dependencies.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function checkPackage(path) {
2525
const { stdout } = await $({ verbose: false })`updates \
2626
--json \
2727
--file ${ path } \
28-
--timeout 30000 \
28+
--timeout 60000 \
2929
--exclude ${ Array.isArray(exclude) ? exclude.join(',') : '' } \
3030
`;
3131

0 commit comments

Comments
 (0)