Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
[sys.executable, "-m", "filesystem_context"],
capture_output=True,
text=True,
timeout=120, # 2 minutes should be plenty
timeout=300, # 5 minutes - multiple LLM API calls via search_and_ask
cwd=str(context_dir),
)

Expand Down
Loading