From 497aa0c98dd11c29b93e7493b7f8151f2b1cad10 Mon Sep 17 00:00:00 2001 From: Jan Vonka Date: Tue, 7 Apr 2009 17:00:25 +0000 Subject: [PATCH] Merged V3.1 to HEAD 13881: Increase submit delay by 5s - unit tests seem to be taking longer (to clear submit workflow) ? 13887: (record-only) Increase submit delay by 5s (remote-api unit test this time) - same as r13885 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13893 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/java/org/alfresco/wcm/AbstractWCMServiceImplTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/wcm/AbstractWCMServiceImplTest.java b/source/java/org/alfresco/wcm/AbstractWCMServiceImplTest.java index 57da6e8ca2..38056a3908 100644 --- a/source/java/org/alfresco/wcm/AbstractWCMServiceImplTest.java +++ b/source/java/org/alfresco/wcm/AbstractWCMServiceImplTest.java @@ -51,7 +51,7 @@ public class AbstractWCMServiceImplTest extends TestCase { // override jbpm.job.executor idleInterval to 5s (was 1.5m) for WCM unit tests private static final String SUBMIT_CONFIG_LOCATION = "classpath:wcm/wcm-jbpm-context.xml"; - protected static final long SUBMIT_DELAY = 10000L; // (in millis) 10s - to allow async submit direct workflow to complete (as per 5s idleInterval above) + protected static final long SUBMIT_DELAY = 15000L; // (in millis) 15s - to allow async submit direct workflow to complete (as per 5s idleInterval above) protected static ApplicationContext ctx =new ClassPathXmlApplicationContext(