I am trying to debug unit tests in play and I am running into timeouts every time.
Error: Futures timed out after [10000] milliseconds
I was wondering how I can manually increase the timeout in Play 2.2.6 with Java?
Also, I cannot update to 2.3 at the moment.