REPO-5632 Investigate intermittent failing tests in AppContext05TestSuite (#499)

* Increased test data to stop intermittent test failures in FixedAclUpdaterTest
This commit is contained in:
Nana Insaidoo
2021-05-26 09:26:59 +01:00
committed by GitHub
parent 5173f254cd
commit 16be403a41

View File

@@ -91,7 +91,7 @@ public class FixedAclUpdaterTest extends TestCase
private ContentService contentService;
private AuthorityService authorityService;
private static final long MAX_TRANSACTION_TIME_DEFAULT = 10;
private static final int[] filesPerLevelMoreFolders = { 5, 1, 1, 1, 1, 1, 1 };
private static final int[] filesPerLevelMoreFolders = { 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 };
private static final int[] filesPerLevelMoreFiles = { 5, 100 };
private long maxTransactionTime;
private static HashMap<Integer, Class<?>> errors;