Skip to content

Commit 476fe27

Browse files
committed
update timeout
1 parent fcd14f5 commit 476fe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/codecompanion/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ local defaults = {
4949
},
5050
},
5151
opts = {
52-
cmd_timeout = 20e3, -- Timeout for commands that resolve env variables (milliseconds)
52+
cmd_timeout = 10e3, -- Timeout for commands that resolve env variables (milliseconds)
5353
},
5454
},
5555
constants = constants,

0 commit comments

Comments
 (0)