You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/08/13 06:19:03 UTC

svn commit: r1513342 - /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServerCmdLine.java

Author: stack
Date: Tue Aug 13 04:19:03 2013
New Revision: 1513342

URL: http://svn.apache.org/r1513342
Log:
HBASE-9202 TestThriftServerCmdLine.testRunThriftServer[18] fails

Modified:
    hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServerCmdLine.java

Modified: hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServerCmdLine.java
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServerCmdLine.java?rev=1513342&r1=1513341&r2=1513342&view=diff
==============================================================================
--- hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServerCmdLine.java (original)
+++ hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServerCmdLine.java Tue Aug 13 04:19:03 2013
@@ -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) {