mirror of https://github.com/apache/lucene.git
tests: up get leader timeout default to 2s from 1s
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc38be3e07
commit
2912823f3a
|
@ -497,7 +497,7 @@ public class ZkStateReader {
|
|||
* Get shard leader properties, with retry if none exist.
|
||||
*/
|
||||
public Replica getLeaderRetry(String collection, String shard) throws InterruptedException {
|
||||
return getLeaderRetry(collection, shard, 1000);
|
||||
return getLeaderRetry(collection, shard, 2000);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue