mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Increase command execution timeout (#11815)
This commit is contained in:
parent
ec979585e8
commit
787f02e526
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ export class ExtensionHost extends EventEmitter implements ExtensionHostInterfac
|
|||
const baseSettings: RooCodeSettings = {
|
||||
mode: this.options.mode,
|
||||
consecutiveMistakeLimit: this.options.consecutiveMistakeLimit ?? DEFAULT_FLAGS.consecutiveMistakeLimit,
|
||||
commandExecutionTimeout: 30,
|
||||
commandExecutionTimeout: 300,
|
||||
enableCheckpoints: false,
|
||||
experiments: {
|
||||
customTools: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue