Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ sleep
Function
sleep
packages/cli/test/dev/utils.ts:21–23 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
19
const
isCI = !!process.env.CI;
20
21
export
function
sleep(ms: number) {
22
return
new
Promise(resolve => setTimeout(resolve, ms));
23
}
24
25
const
BASE_PORT = 3000;
26
const
PORTS_PER_WORKER = 1000;
Callers
15
integration-2.test.ts
File · 0.90
integration-5.test.ts
File · 0.90
integration-3.test.ts
File · 0.90
nukePID
Function · 0.70
integration-2.test.ts
File · 0.50
vcDevWithEnv
Function · 0.50
vcDevAndFetchCloudVars
Function · 0.50
vcDevAndFetchSystemVars
Function · 0.50
waitForDeployment
Function · 0.50
index.test.ts
File · 0.50
slowlyDeploy
Function · 0.50
index.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
7
vcDevWithEnv
Function · 0.40
vcDevAndFetchCloudVars
Function · 0.40
vcDevAndFetchSystemVars
Function · 0.40
waitForDeployment
Function · 0.40
slowlyDeploy
Function · 0.40
slowlyDeploy
Function · 0.40
waitForCacheFile
Function · 0.40