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.
Quite possibly an
it
-block consists of100
tests, but as soon as the first test fails, the rest isn't even run, just the whole block is failed.So returning one incorrect answer would satisfy ( with a
fail
) the whole block, in 1/100th of the time.That might account for failing in time, but timing out when trying for real.
I've noticed the same. But then I saw it's just buffer overload causes stop of execution.