Index: src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.java =================================================================== --- src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.java (revision 1204752) +++ src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.java (working copy) @@ -45,6 +45,7 @@ @Category(MediumTests.class) public class TestRegionServerCoprocessorExceptionWithAbort { private static HBaseTestingUtility TEST_UTIL = new HBaseTestingUtility(); + static final int timeout = 30000; @BeforeClass public static void setupBeforeClass() throws Exception { @@ -61,7 +62,7 @@ TEST_UTIL.shutdownMiniCluster(); } - @Test(timeout=30000) + @Test(timeout=timeout) public void testExceptionFromCoprocessorDuringPut() throws IOException { // When we try to write to TEST_TABLE, the buggy coprocessor will