I also noticed solutions getting stuck after the update to 1.20.
However, if I go to one of the solutions that got stuck, do a small update to it and submit a new iteration, the tests pass as normal. It seems the test runner is working as expected but something else is causing solutions to get stuck.
When I updated my Java Flatten Array it got stuck in processing, so I made a small edit and now it reports
An error occurred while running your tests. This might mean that there was an issue in our infrastructure, or it might mean that you have something in your code that’s causing our systems to break.
Please check your code, and if nothing seems to be wrong, try running the tests again.
Seeing a lot of that too in solutions submitted for mentoring. It’s happening across several languages, so I imagine is a global test runner infrastructure problem.