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.
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.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.
Confirmed. It's happening on any program. I cleared out the whole function and just returned 0 instead. Boom 10000ms error.
Same here
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?
Same here, timeouts on skin-a-cat kata right now. Code works when runned in local.
This seems to be happening again, getting nothing but timeouts
?
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?