diff --git a/tests/cli-force-exit-behavior.integration.test.ts b/tests/cli-force-exit-behavior.integration.test.ts index 9576d61..4269cf3 100644 --- a/tests/cli-force-exit-behavior.integration.test.ts +++ b/tests/cli-force-exit-behavior.integration.test.ts @@ -88,6 +88,7 @@ if (!cleanupWriteSeen) { cwd: process.cwd(), env: process.env, maxBuffer: 1024 * 1024, + timeout: 15000, }, (error, stdout, stderr) => { const code = typeof error?.code === 'number' ? error.code : 0;