HBASE-6631 TestHMasterRPCException in 0.92 failed twice on socket timeout
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4e765cb5b4
commit
91466eb44e
|
@ -57,7 +57,7 @@ public class TestHMasterRPCException {
|
|||
while (i < 20) {
|
||||
try {
|
||||
MasterMonitorProtocol inf = (MasterMonitorProtocol) HBaseRPC.getProxy(
|
||||
MasterMonitorProtocol.class, MasterMonitorProtocol.VERSION, isa, conf, 100);
|
||||
MasterMonitorProtocol.class, MasterMonitorProtocol.VERSION, isa, conf, 100 * 10);
|
||||
inf.isMasterRunning(null, IsMasterRunningRequest.getDefaultInstance());
|
||||
fail();
|
||||
} catch (ServiceException ex) {
|
||||
|
|
Loading…
Reference in New Issue