Student error: Evaluator timeout

Hello everyone, I’m currently taking the course “Introduction to Generative AI for Software Development.”

I’m having trouble passing the programming exam, as I keep getting the same error message for each exercise:

"Student error: Evaluator timeout

Try optimizing the efficiency of your solution and resubmitting. You can also visit the discussion forum to see if your peers have encountered and solved similar issues, or if course staff have previously provided guidance on these errors. If the error is not resolved within 24 hours, please contact Coursera via our Help Center."

Has this happened to any of you? How did you solve it?

I’m sharing my assignment here in case I’m missing something important.

Thanks in advance to anyone who can help or reply.

Gianluca

Yes, this error means your implementation is not efficient, it takes too much time for certain tests. I would suggest to ask the LLM this question and it will try to give you another more efficient solution of the problem, which you can try again with the grader!

Thanks! I solved it as you said! :slight_smile:

1 Like