Skip to content

Commit 6c8e7b5

Browse files
committed
test: increase time
1 parent 1c17cd5 commit 6c8e7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/cli-run.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('CLI: Package Imports', () => {
4444
const result = execSync('node ./dist/cli.mjs project-info', {
4545
encoding: 'utf8',
4646
cwd: process.cwd(),
47-
timeout: 10000 // 10 second timeout
47+
timeout: 14000 // 14 second timeout
4848
})
4949

5050
// The command should run successfully without errors

0 commit comments

Comments
 (0)