Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/browserless/browserless
/ sleep
Function
sleep
scripts/leak-check.js:48–48 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
46
);
47
48
const
sleep = (ms) =>
new
Promise((r) => setTimeout(r, ms));
49
50
const
settleAndMeasure =
async
() => {
51
// Multiple GC passes pick up objects freed by finalizers in between
Callers
3
settleAndMeasure
Function · 0.70
scenarios
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected