mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 02:22:25 +00:00
* Changelog: add subagent announce timeout note * Tests: cover subagent completion timeout no-retry * Subagents: stop retrying external completion timeouts * Config: update subagent announce timeout default docs * Tests: use fake timers for subagent timeout retry guard
This commit is contained in:
@@ -279,7 +279,7 @@ export type AgentDefaultsConfig = {
|
||||
thinking?: string;
|
||||
/** Default run timeout in seconds for spawned sub-agents (0 = no timeout). */
|
||||
runTimeoutSeconds?: number;
|
||||
/** Gateway timeout in ms for sub-agent announce delivery calls (default: 60000). */
|
||||
/** Gateway timeout in ms for sub-agent announce delivery calls (default: 90000). */
|
||||
announceTimeoutMs?: number;
|
||||
};
|
||||
/** Optional sandbox settings for non-main sessions. */
|
||||
|
||||
Reference in New Issue
Block a user