mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user