I'm beginning to experiment with ZK in my Spring-based project, which requires me to configure a ZK Filter descriptor in web.xml. This filter is executed after the requested page is rendered by the Velocity engine (via DispatcherServlet), but it seems that the request times out after 10 seconds. I'd like to extend this timeout period to give the filter a chance to complete its task. Where do I make this configuration change?

TIA