MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / delay

Function delay

e2e/desktop-packaged/linux-vm/repro.mjs:45–45  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

43 WATCHDOG_MS,
44).unref();
45const delay = (ms) => new Promise((r) => setTimeout(r, ms));
46
47const freePort = () =>
48 new Promise((resolve, reject) => {

Callers 1

waitForFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected