Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
export
const
sleep = (ms: number): Promise<void> =>
new
Promise((r) => setTimeout(r, ms));
Callers
8
waitLocalPort
Function · 0.90
waitSshUp
Function · 0.90
waitSshDown
Function · 0.90
ec2Vm
Function · 0.90
waitLocalPort
Function · 0.90
fetchIp
Function · 0.90
waitSsh
Function · 0.90
tartVm
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected