timeout
code: python
import timeout_decorator
@timeout_decorator.timeout(5)
def test():
very_long_function()