MCPcopy Create free account
hub / github.com/codecombat/codecombat / sleep

Function sleep

app/lib/common-utils.js:6–8  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

4}
5
6function sleep (ms) {
7 return new Promise(resolve => setTimeout(resolve, ms))
8}
9
10module.exports = {
11 validateEmail,

Callers 1

pollTillResultFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected