MCPcopy 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

1export async function wait(ms: number) {
2 return new Promise((resolve) => {
3 setTimeout(resolve, ms);
4 });
5}

Callers 1

refreshFunction · 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…