From e14d7455b62279dfd121b57bbb51d381639ab076 Mon Sep 17 00:00:00 2001 From: Jan Vonka Date: Tue, 7 Apr 2009 14:02:59 +0000 Subject: [PATCH] Increase submit delay by 5s (remote-api unit test this time) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13885 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/repo/web/scripts/wcm/sandbox/AssetTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/repo/web/scripts/wcm/sandbox/AssetTest.java b/source/java/org/alfresco/repo/web/scripts/wcm/sandbox/AssetTest.java index 99f3936c19..2dc6643a96 100644 --- a/source/java/org/alfresco/repo/web/scripts/wcm/sandbox/AssetTest.java +++ b/source/java/org/alfresco/repo/web/scripts/wcm/sandbox/AssetTest.java @@ -77,7 +77,7 @@ public class AssetTest extends BaseWebScriptTest { // 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"; - private static final long SUBMIT_DELAY = 10000L; // (in millis) 10s - to allow time for async submit workflow to complete (as per 5s idleInterval above) + private static final long SUBMIT_DELAY = 15000L; // (in millis) 15s - to allow time for async submit workflow to complete (as per 5s idleInterval above) private List createdWebProjects = new ArrayList(5);