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

Method timeout

src.ts/utils/fetch.ts:387–387  ·  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

385 * //(default: 5 minutes)//
386 */
387 get timeout(): number { return this.#timeout; }
388 set timeout(timeout: number) {
389 assertArgument(timeout >= 0, "timeout must be non-zero", "timeout", timeout);
390 this.#timeout = timeout;

Callers 15

test-wallet.tsFile · 0.45
test-crypto.tsFile · 0.45
retryItFunction · 0.45
test-contract.tsFile · 0.45

Calls 1

assertArgumentFunction · 0.90

Tested by

no test coverage detected