mirror of https://github.com/apache/lucene.git
tests: poll a bit longer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
16ba0ac6f5
commit
eedb448b41
|
@ -100,7 +100,7 @@ public class TestCloudManagedSchemaAddField extends AbstractFullDistribZkTestBas
|
|||
}
|
||||
|
||||
int maxAttempts = 20;
|
||||
long retryPauseMillis = 10;
|
||||
long retryPauseMillis = 20;
|
||||
|
||||
for (RestTestHarness client : restTestHarnesses) {
|
||||
boolean stillTrying = true;
|
||||
|
|
Loading…
Reference in New Issue