Author: ffang
Date: Tue Jun 19 23:17:48 2007
New Revision: 548950
URL: http://svn.apache.org/viewvc?view=rev&rev=548950
Log:
revert ClientImpl timeout which war used for my debug
Modified:
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ClientImpl.java
Modified:
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ClientImpl.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ClientImpl.java?view=diff&rev=548950&r1=548949&r2=548950
==============================================================================
---
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ClientImpl.java
(original)
+++
incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpoint/ClientImpl.java
Tue Jun 19 23:17:48 2007
@@ -72,7 +72,7 @@
protected Bus bus;
protected ConduitSelector conduitSelector;
protected ClientOutFaultObserver outFaultObserver;
- protected int synchronousTimeout = 1000000; // default 10 second timeout
+ protected int synchronousTimeout = 10000; // default 10 second timeout
protected PhaseChainCache outboundChainCache = new PhaseChainCache();
protected PhaseChainCache inboundChainCache = new PhaseChainCache();