MCPcopy Index your code
hub / github.com/nodejs/node / timeout

Function timeout

test/fixtures/wpt/resources/testharness.js:4199–4203  ·  view source on GitHub ↗

* Timeout the tests. * * This only has an effect when ``explicit_timeout`` has been set * in :js:func:`setup`. In other cases any call is a no-op. *

()

Source from the content-addressed store, hash-verified

4197 *
4198 */
4199 function timeout() {
4200 if (tests.timeout_length === null) {
4201 tests.timeout();
4202 }
4203 }
4204 expose(timeout, 'timeout');
4205
4206 /**

Callers

nothing calls this directly

Calls 1

timeoutMethod · 0.80

Tested by

no test coverage detected