mirror of https://github.com/apache/lucene.git
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:
parent
254324f5a6
commit
1263b95738
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue