TLE in some "design" problems due to random factors

See the problem https://leetcode.com/problems/design-movie-rental-system/. Some previous submissions which can pass this problem now get a "Time Limit Exceeded" result, with the "submission details" showing that all test cases are passed but took too long. Is this due to the server becoming less efficient recently? Or are the standards for judging TLE changed these days?

Comments (4)