HBASE-9001 TestThriftServerCmdLine.testRunThriftServer[0] failed

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-07-19 20:08:12 +00:00
parent a97739bd3f
commit 2fb6b8b7f3
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public class TestThriftServerCmdLine {
cmdLineThread.start();
}
@Test(timeout=120 * 1000)
@Test(timeout=300 * 1000)
public void testRunThriftServer() throws Exception {
List<String> args = new ArrayList<String>();
if (implType != null) {