Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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();
45
const
delay = (ms) =>
new
Promise((r) => setTimeout(r, ms));
46
47
const
freePort = () =>
48
new
Promise((resolve, reject) => {
Callers
1
waitFor
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected