Author: karthick
Date: Fri Feb 20 00:43:10 2009
New Revision: 746073

URL: http://svn.apache.org/viewvc?rev=746073&view=rev
Log:
ODE-407 Increase the timeout on message exchange and client invocations for 
this particular test case.

Added:
    
ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/properties.endpoint
Modified:
    
ode/trunk/bpel-test/src/test/java/org/apache/ode/test/StructuredActivities20Test.java

Modified: 
ode/trunk/bpel-test/src/test/java/org/apache/ode/test/StructuredActivities20Test.java
URL: 
http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/java/org/apache/ode/test/StructuredActivities20Test.java?rev=746073&r1=746072&r2=746073&view=diff
==============================================================================
--- 
ode/trunk/bpel-test/src/test/java/org/apache/ode/test/StructuredActivities20Test.java
 (original)
+++ 
ode/trunk/bpel-test/src/test/java/org/apache/ode/test/StructuredActivities20Test.java
 Fri Feb 20 00:43:10 2009
@@ -36,7 +36,6 @@
          // Test Flow with XPath10
          go("/bpel/2.0/TestFlowLinks");
      }
-       @Ignore
     @Test public void testIsolatedScopes1() throws Throwable {
         // Test Flow with XPath10
         go("/bpel/2.0/TestIsolatedScopes1");
@@ -49,5 +48,8 @@
         // Test Flow with XPath10
         go("/bpel/2.0/TestPickOneWay");
     }
-    
+    @Override
+    protected int getMaximumWaitInMillis() {
+       return 120 * 1000;
+    }
 }

Added: 
ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/properties.endpoint
URL: 
http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/properties.endpoint?rev=746073&view=auto
==============================================================================
--- 
ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/properties.endpoint
 (added)
+++ 
ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/properties.endpoint
 Fri Feb 20 00:43:10 2009
@@ -0,0 +1 @@
+mex.timeout=120000
\ No newline at end of file


Reply via email to