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
This commit is contained in:
Jan Vonka
2009-04-07 17:00:25 +00:00
parent eb0a2362f6
commit 497aa0c98d

View File

@@ -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(