Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ wait
Function
wait
packages/cli/src/utils/wait.ts:1–5 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
1
export
async
function
wait(ms: number) {
2
return
new
Promise((resolve) => {
3
setTimeout(resolve, ms);
4
});
5
}
Callers
1
refresh
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…