Ad
  • Default User Avatar

    Hi (I'm the kata author), I had the same issue when I tried to submit my reference solution in 'Train' mode, however there was no error when I submitted the reference solution in kata creation mode. I ended up setting the package org.codewars.kata.dynamicjava for all of the kata classes (test class, solution, and user test class) as well as all of the test cases which seems to have fixed the problem. Try setting that package for your solution and see if you still get that error.

  • Custom User Avatar

    Not these issues so much now, seems to have been replaced by the 6000ms timeout being pretty random; same deterministic code, same deterministic tests, sometimes it times out, sometimes it doesn't. That's only one kata (translation) though so not great sample size.

  • Custom User Avatar

    Confirmed. It's happening on any program. I cleared out the whole function and just returned 0 instead. Boom 10000ms error.

  • Default User Avatar

    Same here

  • Custom User Avatar

    I've been getting "Process was terminated. It took longer than 10000ms to complete" errors on any java code I try to run including super simple stuff with no loops. Is anyone else having this issue?

  • Custom User Avatar

    Same here, timeouts on skin-a-cat kata right now. Code works when runned in local.

  • Custom User Avatar

    This seems to be happening again, getting nothing but timeouts
    ?

  • Custom User Avatar

    I have solved this Kata ("DynamicCompiler") in my IntelliJ Idea. All tests were passed. So, why i had that error message in codewars output?

    MyIdeaProject
    http://cs622130.vk.me/v622130650/20d2d/wIOrOJf1bSc.jpg

    In codeWars project without solution
    http://cs622130.vk.me/v622130650/20d10/xI6fZaXgkn4.jpg

    In codeWars project with my Idea solution
    http://cs622130.vk.me/v622130650/20d06/Q9ljxx6dNf0.jpg

    maybe i'm doing something wrong?