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

Function sleep

e2e/src/vm/types.ts:51–51  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

49}
50
51export const sleep = (ms: number): Promise<void> => new Promise((r) => setTimeout(r, ms));

Callers 8

waitLocalPortFunction · 0.90
waitSshUpFunction · 0.90
waitSshDownFunction · 0.90
ec2VmFunction · 0.90
waitLocalPortFunction · 0.90
fetchIpFunction · 0.90
waitSshFunction · 0.90
tartVmFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected