increase timeout to 5 seconds

This commit is contained in:
kimchy 2010-08-24 23:18:58 +03:00
parent fdc82dd5a3
commit 31aed01220
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class BlobReuseExistingNodeAllocation extends NodeAllocation {
this.indicesService = indicesService;
this.transportNodesListShardStoreMetaData = transportNodesListShardStoreMetaData;
this.listTimeout = componentSettings.getAsTime("list_timeout", TimeValue.timeValueMillis(500));
this.listTimeout = componentSettings.getAsTime("list_timeout", TimeValue.timeValueMillis(5000));
}
@Override public boolean allocate(NodeAllocations nodeAllocations, RoutingNodes routingNodes, DiscoveryNodes nodes) {