Ad
  • Custom User Avatar

    It's not a kata issue, but maybe not sufficiently explicit error message.

    If all tests are green, it means that your solution returns correct answers. If tests time out, it means your solution is too slow, and not all tests are executed.
    It's not that "all tests pass". It means that until timeout all tests return expected answer, but not all of them are executed.

    Your solution being too slow is not a kata issue.