MCPcopy
hub / github.com/Dokploy/dokploy / sleep

Function sleep

packages/server/src/utils/process/execAsync.ts:252–254  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

250};
251
252export const sleep = (ms: number) => {
253 return new Promise((resolve) => setTimeout(resolve, ms));
254};

Callers 2

setupGPUSupportFunction · 0.90
execAsyncRemoteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected