-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submission timed out in Gradescope #52
Comments
Do you have the same issue if you submit the original files? |
Hmm.. it works for original files. I can see the test results. I tried again with my code and got this.
https://www.gradescope.com/courses/58985/assignments/244421/submissions/33629242 I checked that I didn't modify any grading functions. I'm not using the mutex for now so there shouldn't be a deadlock. 🤔 |
Sorry, but I just don't have time to debug projects for non-CMU students. I didn't see anything obvious. My only suggestion would be to try reverting to the previous version of the code that we know works: |
@greenmoon55 |
Hi, man! I have meet the same problem? Can you tell me how to solve it? |
Hi @apavlo ! I got this after submitting the buffer pool manager.
Your submission timed out. It took longer than 600 seconds to run.
Previously I was able to get the error message from the autograder that
check-clang-tidy
failed. Now it just timed out after I fixed these errors. Could you take a look?Thank you so much for publishing the videos and projects. I really appreciate it!
The text was updated successfully, but these errors were encountered: