Skip to content

Commit 91425f5

Browse files
Update webview-ui/src/components/chat/FollowUpSuggest.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent d2d89d5 commit 91425f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/FollowUpSuggest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useExtensionState } from "@src/context/ExtensionStateContext"
88
import { SuggestionItem } from "@roo-code/types"
99
import { cn } from "@/lib/utils"
1010

11-
const DEFAULT_FOLLOWUP_TIMEOUT_MS = 6000
11+
const DEFAULT_FOLLOWUP_TIMEOUT_MS = 60000
1212
const COUNTDOWN_INTERVAL_MS = 1000
1313

1414
interface FollowUpSuggestProps {

0 commit comments

Comments
 (0)