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:
Michael Stack 2012-08-21 23:19:55 +00:00
parent 4e765cb5b4
commit 91466eb44e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {