Increase async wait time in action tracking test

Seems it needs a tiny bit longer for everything to finish on the build box vs everyone's laptops


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21421 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2010-07-26 17:45:51 +00:00
parent c7690017a7
commit 876ebf377f

View File

@@ -935,7 +935,7 @@ public class ActionTrackingServiceImplTest extends TestCase
// Need to wait longer, as we have two async actions // Need to wait longer, as we have two async actions
// that need to occur - action + record // that need to occur - action + record
txn.commit(); txn.commit();
Thread.sleep(250); Thread.sleep(350);
txn = transactionService.getUserTransaction(); txn = transactionService.getUserTransaction();
txn.begin(); txn.begin();