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:
parent
a97739bd3f
commit
2fb6b8b7f3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue