Pancor

Results 2 comments of Pancor

To be sure, check in your database the true value of wait_timeout, doc says that it is 28800 but in my case it was set to 600, you can check...

[Docs says](https://docs.spring.io/spring-framework/docs/current/reference/html/testing.html#testcontext-ctx-management-caching) that `spring.test.context.cache.maxSize` has a default value to 32 and it is also the max value for this property. The main project I'm working on is quite large and...