MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / timeout

Function timeout

examples/io/streams/wpt/resources/testharness.js:3795–3799  ·  view source on GitHub ↗

* Timeout the tests. * * This only has an effect when ``explict_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

3793 *
3794 */
3795 function timeout() {
3796 if (tests.timeout_length === null) {
3797 tests.timeout();
3798 }
3799 }
3800 expose(timeout, 'timeout');
3801
3802 /**

Callers

nothing calls this directly

Calls 1

timeoutMethod · 0.45

Tested by

no test coverage detected