* 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. *
()
| 3793 | * |
| 3794 | */ |
| 3795 | function timeout() { |
| 3796 | if (tests.timeout_length === null) { |
| 3797 | tests.timeout(); |
| 3798 | } |
| 3799 | } |
| 3800 | expose(timeout, 'timeout'); |
| 3801 | |
| 3802 | /** |