* If `promise` responds before `timeoutMs`, * this function returns its response; else rejects with `timeoutMessage`
(
promise: Promise<void>,
timeoutMs: number,
timeoutMessage: string
)
source not stored for this graph (policy: none)
no test coverage detected