MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getStallTimeoutMs

Function getStallTimeoutMs

src/utils/nativeInstaller/download.ts:275–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273const MAX_DOWNLOAD_RETRIES = 3
274
275function getStallTimeoutMs(): number {
276 return (
277 Number(process.env.CLAUDE_CODE_STALL_TIMEOUT_MS_FOR_TESTING) ||
278 DEFAULT_STALL_TIMEOUT_MS
279 )
280}
281
282class StallTimeoutError extends Error {
283 constructor() {

Callers 1

resetStallTimerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected