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:
Mark Robert Miller 2013-10-14 01:42:43 +00:00
parent 16ba0ac6f5
commit eedb448b41
1 changed files with 1 additions and 1 deletions

View File

@ -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;