MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / timeout

Method timeout

lib.esm/utils/fetch.js:322–322  ·  view source on GitHub ↗

* The timeout (in milliseconds) to wait for a complete response. * //(default: 5 minutes)//

()

Source from the content-addressed store, hash-verified

320 * //(default: 5 minutes)//
321 */
322 get timeout() { return this.#timeout; }
323 set timeout(timeout) {
324 assertArgument(timeout >= 0, "timeout must be non-zero", "timeout", timeout);
325 this.#timeout = timeout;

Calls 1

assertArgumentFunction · 0.90

Tested by

no test coverage detected