After setting a large py test, when I run it as a student after a while, I get the error:
After digging for a while, I think it is related to the TTL of Redis records. The expiration is being set up in 90 sec., and the test execution exceeds that time, so when it finishes, it looks like it is trying to find a Redis record that doesn't exist anymore (expired). Any idea of how to solve this or increase the TTL?
Thanks.