How to Solve NameError: name 'timeout' is not defined -- timeout_decorator
Solution: Import the 'timeout' module
# Add the following line to the top of your code
from timeout_decorator import timeout
For more information:
timeout_decorator timeout