MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / sleep

Function sleep

e2e/src/vm/desktop.ts:40–41  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

38];
39
40export const sleep = (ms: number): Promise<void> =>
41 new Promise((resolve) => setTimeout(resolve, ms));
42
43export const guestSsh = (
44 ip: string,

Callers 4

pushDirAsTarFunction · 0.70
guestTunnelFunction · 0.70
CdpPageClass · 0.70
pageWsUrlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected