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

Method timeout

lib.commonjs/utils/fetch.js:326–326  ·  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

324 * //(default: 5 minutes)//
325 */
326 get timeout() { return this.#timeout; }
327 set timeout(timeout) {
328 (0, errors_js_1.assertArgument)(timeout >= 0, "timeout must be non-zero", "timeout", timeout);
329 this.#timeout = timeout;

Calls

no outgoing calls

Tested by

no test coverage detected