Currently both JS and Python versions have test constructs to test if some pieces of code runs under a certain time limit, but they do not allow the use of custom error message like every other test constructs do.
So, like @timeout(sec) should become @timeout(sec, msg) with a default value?