tests: raise poll timeout for this test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-03-03 02:07:16 +00:00
parent 254324f5a6
commit 1263b95738
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class TestCloudManagedSchemaAddField extends AbstractFullDistribZkTestBas
+ " content=" + content + " response=" + response);
}
int maxAttempts = 20;
int maxAttempts = 40;
long retryPauseMillis = 20;
for (RestTestHarness client : restTestHarnesses) {