Author: dims
Date: Mon Jul 9 20:35:48 2007
New Revision: 554812
URL: http://svn.apache.org/viewvc?view=rev&rev=554812
Log:
trying to up the timeout
Modified:
webservices/rampart/trunk/java/modules/rampart-integration/src/main/java/org/apache/rahas/TestClient.java
Modified:
webservices/rampart/trunk/java/modules/rampart-integration/src/main/java/org/apache/rahas/TestClient.java
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/modules/rampart-integration/src/main/java/org/apache/rahas/TestClient.java?view=diff&rev=554812&r1=554811&r2=554812
==============================================================================
---
webservices/rampart/trunk/java/modules/rampart-integration/src/main/java/org/apache/rahas/TestClient.java
(original)
+++
webservices/rampart/trunk/java/modules/rampart-integration/src/main/java/org/apache/rahas/TestClient.java
Mon Jul 9 20:35:48 2007
@@ -92,7 +92,7 @@
options.setAction(this.getRequestAction());
// options.setProperty(AddressingConstants.WS_ADDRESSING_VERSION,
this.getWSANamespace());
-
+ options.setTimeOutInMilliSeconds(200 * 1000);
OutflowConfiguration clientOutflowConfiguration =
getClientOutflowConfiguration();
if (clientOutflowConfiguration != null) {
configContext.setProperty(WSSHandlerConstants.OUTFLOW_SECURITY,
clientOutflowConfiguration.getProperty());