MCPcopy Index your code
hub / github.com/parse-community/parse-server / sleep

Function sleep

src/TestUtils.js:42–44  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

40}
41
42export function sleep(ms) {
43 return new Promise((resolve) => setTimeout(resolve, ms));
44}
45
46export function getConnectionsCount(server) {
47 return new Promise((resolve, reject) => {

Callers 4

shutdownServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected