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.
1 parent 1c17cd5 commit 6c8e7b5Copy full SHA for 6c8e7b5
test/unit/cli-run.test.ts
@@ -44,7 +44,7 @@ describe('CLI: Package Imports', () => {
44
const result = execSync('node ./dist/cli.mjs project-info', {
45
encoding: 'utf8',
46
cwd: process.cwd(),
47
- timeout: 10000 // 10 second timeout
+ timeout: 14000 // 14 second timeout
48
})
49
50
// The command should run successfully without errors
0 commit comments