MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / onTimeout

Function onTimeout

tools/scripts/run-automated.js:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42function onTimeout() {
43 console.log(`Tests TIMEOUT (${TIMEOUT_MS}ms)`)
44 exit(1)
45}
46
47function healthCheck() {
48 clearTimeout(timeout_id)

Callers

nothing calls this directly

Calls 2

exitFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected