Ad
  • Custom User Avatar

    The issue is caused by testing framework and stringification of large values when assertion messages are displayed. The problem does not occur when assertions pass, only failing assertions are a problem. A correct solution, which returns correct answers, should not time out.
    I will think how to solve the issue and how to fix the kata, or the testing framework.