raise how long we are willing to poll for the backups existence from 2 seconds to 4

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-07-22 23:56:16 +00:00
parent 318e8e1db5
commit badb3584c5
1 changed files with 1 additions and 1 deletions

View File

@ -885,7 +885,7 @@ public class TestReplicationHandler extends SolrTestCaseJ4 {
break;
}
Thread.sleep(200);
if(waitCnt == 10) {
if(waitCnt == 20) {
fail("Backup success not detected:" + checkStatus.response);
}
waitCnt++;