chore: increase timeout a bit

kujtimiihoxha created

in case of opus for e.x it could take longer for a response even in
streaming for some reason

Change summary

internal/llm/agent/agent.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/llm/agent/agent.go 🔗

@@ -26,7 +26,7 @@ import (
 	"github.com/charmbracelet/crush/internal/shell"
 )
 
-const streamChunkTimeout = 80 * time.Second
+const streamChunkTimeout = 2 * time.Minute
 
 type AgentEventType string