Open
Description
So based on the discussion from PR #26, we'll have a separate issue to add timeout to the custom testing framework implemented in the same PR.
This means there's the possibility of indefinitely running tests given some deadlock, infinite loop or other causes.
Hint: The testing framework is powered by make files, and some sort of timeout handling could be added to the commands. However, we're open to whatever sensible solutions out there.