Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Things already work just as you suggested, and on timeout test output panel presents what tests managed to print.
What is not shown, though, is what tests wanted to print, but did not manage to. That's how buffered output works. When a process is killed on timeout, contents of internal buffers are lost and there's nothing to show. That's why flushing the printed logs explicitly usually helps in such situations.
Hopefully you can find something usefull here: Troubleshooting-your-solution
thank you for asking and answering that. i had also that stupid question
Closing the issue (it was a question btw).