Property reference

sn_try_build_agent.tool.execution.timeouts

The sn_try_build_agent.tool.execution.timeouts property defines maximum execution times for various tools in milliseconds. Administrators should review this setting to ensure that tool execution does not exceed specified limits, impacting performance and efficiency during builds.

Default: {"run_query": 120000, "get_knowledge_source": 120000, "create_new_servicenow_app": 300000, "default": 240000} Type: string Application: Build Agent (Trial)

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property sets execution time limits for tools used by the Build Agent, ensuring that operations complete within defined timeframes.
What area does it affect? Build Agent configuration
What does the default mean? The default value is "{"run_query": 120000, "get_knowledge_source": 120000, "create_new_servicenow_app": 300000, "default": 240000}", which is the baseline setting used unless it is changed.
When should you review it? Review this property when optimizing tool performance or troubleshooting execution delays.

Out of the box property record

Raw metadata from the property record.

Property name sn_try_build_agent.tool.execution.timeouts
Sys ID 121a9cce27f54b47a14e6127ed58c311
Type string
Application Build Agent (Trial)
Default value {"run_query": 120000, "get_knowledge_source": 120000, "create_new_servicenow_app": 300000, "default": 240000}
Description A JSON object containing the maximum execution time (in milliseconds) for each tool.
Updated 2026-03-30 23:13:56