We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
updates
1 parent 8f0111b commit cf1db87Copy full SHA for cf1db87
scripts/check-dependencies/check-dependencies.mjs
@@ -25,7 +25,7 @@ async function checkPackage(path) {
25
const { stdout } = await $({ verbose: false })`updates \
26
--json \
27
--file ${ path } \
28
- --timeout 30000 \
+ --timeout 60000 \
29
--exclude ${ Array.isArray(exclude) ? exclude.join(',') : '' } \
30
`;
31
0 commit comments