Skip to content

Commit 3932b0e

Browse files
committed
Increase check interval to 500 ms
1 parent f6d4804 commit 3932b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhispererChat/tools/executeBash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ exec bash -c "
362362
reject(new Error('Command execution cancelled'))
363363
return
364364
}
365-
}, 100) // Check every 100ms
365+
}, 500) // Check every 500ms
366366
}
367367

368368
const childProcessOptions: ChildProcessOptions = {

0 commit comments

Comments
 (0)