mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-08 20:10:00 +00:00
reduced the number of shards in RecoveryWhileUnderLoadIT.testRecoveryWhileRelocating
This commit is contained in:
parent
9930e6883d
commit
c5301e853a
@ -223,7 +223,7 @@ public class RecoveryWhileUnderLoadIT extends ESIntegTestCase {
|
||||
}
|
||||
|
||||
public void testRecoverWhileRelocating() throws Exception {
|
||||
final int numShards = between(2, 10);
|
||||
final int numShards = between(2, 5);
|
||||
final int numReplicas = 0;
|
||||
logger.info("--> creating test index ...");
|
||||
int allowNodes = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user