Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/SimDeck
/ sleep
Function
sleep
scripts/integration/webrtc.mjs:396–398 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
394
}
395
396
function
sleep(ms) {
397
return
new
Promise((resolve) => setTimeout(resolve, ms));
398
}
399
400
function
cleanup() {
401
if
(serverProcess && serverProcess.exitCode === null) {
Callers
2
waitForHealth
Function · 0.70
retrySimdeckJson
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected