Timeout do Apache CXF (Webservice)

Pessoal alguém sabe informar como posso aumentar o timeout de um webservice?
Estou tentando a seguinte configuração. segue abaixo:

   	<!-- Timeout configuration -->
   	<!-- Reference: http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html -->
	<http-conf:conduit name="http://${server}/${context}/">
		 <http-conf:client ConnectionTimeout="60000" ReceiveTimeout="60000"/>
	</http-conf:conduit>