MCPcopy 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

34export const isDebug = process.env.E2B_DEBUG !== undefined
35
36export async function wait(ms: number) {
37 return new Promise((resolve) => setTimeout(resolve, ms))
38}

Callers 1

mouse.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected