HBASE-9202 TestThriftServerCmdLine.testRunThriftServer[18] fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1513342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
41bf91e43d
commit
a31d8cc4d1
|
@ -129,8 +129,7 @@ public class TestThriftServerCmdLine {
|
|||
}
|
||||
|
||||
private void startCmdLineThread(final String[] args) {
|
||||
LOG.info("Starting HBase Thrift server with command line: " +
|
||||
Joiner.on(" ").join(args));
|
||||
LOG.info("Starting HBase Thrift server with command line: " + Joiner.on(" ").join(args));
|
||||
|
||||
cmdLineException = null;
|
||||
cmdLineThread = new Thread(new Runnable() {
|
||||
|
@ -148,7 +147,7 @@ public class TestThriftServerCmdLine {
|
|||
cmdLineThread.start();
|
||||
}
|
||||
|
||||
@Test(timeout=300 * 1000)
|
||||
@Test(timeout=600000)
|
||||
public void testRunThriftServer() throws Exception {
|
||||
List<String> args = new ArrayList<String>();
|
||||
if (implType != null) {
|
||||
|
|
Loading…
Reference in New Issue