Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2b-dev/desktop
/ wait
Function
wait
packages/js-sdk/tests/setup.ts:36–38 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
34
export
const
isDebug = process.env.E2B_DEBUG !== undefined
35
36
export
async
function
wait(ms: number) {
37
return
new
Promise((resolve) => setTimeout(resolve, ms))
38
}
Callers
1
mouse.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected