SOLR-11722: Dial down threads in ConcurrentCreateRoutedAliasTest

This commit is contained in:
David Smiley 2018-02-01 12:06:36 -05:00
parent 5b5a396b0c
commit f0854ce11f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class ConcurrentCreateRoutedAliasTest extends SolrTestCaseJ4 {
// that this test wouldn't spuriously fail more than once a year. If that's true users should never see
// an issue in the wild unless they are doing something we probably don't want to support anyway
final CreateRoutedAliasThread[] threads = new CreateRoutedAliasThread[50];
final CreateRoutedAliasThread[] threads = new CreateRoutedAliasThread[4];
int numStart = num;
for (; num < threads.length + numStart; num++) {
final String aliasName = "testAlias" + num;