Skip to content

Commit 787f02e

Browse files
authored
Increase command execution timeout (#11815)
1 parent ec97958 commit 787f02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/agent/extension-host.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class ExtensionHost extends EventEmitter implements ExtensionHostInterfac
221221
const baseSettings: RooCodeSettings = {
222222
mode: this.options.mode,
223223
consecutiveMistakeLimit: this.options.consecutiveMistakeLimit ?? DEFAULT_FLAGS.consecutiveMistakeLimit,
224-
commandExecutionTimeout: 30,
224+
commandExecutionTimeout: 300,
225225
enableCheckpoints: false,
226226
experiments: {
227227
customTools: true,

0 commit comments

Comments
 (0)