* 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. *
()
| 4197 | * |
| 4198 | */ |
| 4199 | function timeout() { |
| 4200 | if (tests.timeout_length === null) { |
| 4201 | tests.timeout(); |
| 4202 | } |
| 4203 | } |
| 4204 | expose(timeout, 'timeout'); |
| 4205 | |
| 4206 | /** |