Merge pull request #85 from vdawger/fix/extend-timeout-schematic-queries
fix: extend timeout for schematic query commands on large files
This commit is contained in:
@@ -522,6 +522,9 @@ export class KiCADMcpServer {
|
|||||||
"export_pdf",
|
"export_pdf",
|
||||||
"export_3d",
|
"export_3d",
|
||||||
"sync_schematic_to_board",
|
"sync_schematic_to_board",
|
||||||
|
"list_schematic_nets",
|
||||||
|
"list_schematic_labels",
|
||||||
|
"get_schematic_view",
|
||||||
];
|
];
|
||||||
if (longRunningCommands.includes(command)) {
|
if (longRunningCommands.includes(command)) {
|
||||||
commandTimeout = 600000; // 10 minutes for long operations
|
commandTimeout = 600000; // 10 minutes for long operations
|
||||||
|
|||||||
Reference in New Issue
Block a user