In the past few days I’ve been getting this error message a lot when launching a test in the IDE (about 2-3 errors in ten launches):
Oups An error occurred (#75): “Verification process has elapsed”. Please contact coders@codingame.com
Is anyone else experiencing the same?
After that, when I try to launch the next test instance, I get an error like "Only one test session allowed per user"
So I have to quit the IDE to try again, but then all my changes would get lost if I don’t copy&paste them, since I didn’t officially start a test and my code wasn’t saved… It’s really annoying, so: How can I help to fix this?
(I mostly only did CSB in the past few days, so don’t know if other games have this as well, my browser is Chrome Version 50.0.2661.102 (64-bit))
That’s because the two players are using 150ms and this error is raised when the duration of the play exceeds 90 seconds. I’m pretty sure that people will complain if we reduce the duration to 100ms (a lot of timeouts) so we’re a bit stuck…
I’ve increased the timeout to 120 seconds but that won’t be effective before tomorrow.
Ah that’s interesting, thanks for the answer and for increasing the limit.
That explains why the error occurred mostly against certain players… I thought I was imagining things, but it seems 2 players with good enough blockers will cause a timeout