HBASE-16701 rely on test category timeout instead of defining one on a specific test.

Signed-off-by: Umesh Agashe <uagashe@cloudera.com>
Signed-off-by: Yu Li <liyu@apache.org>
This commit is contained in:
Sean Busbey 2016-10-05 17:23:20 -05:00
parent f5abe17bc6
commit 6b6a801876
1 changed files with 1 additions and 1 deletions

View File

@ -6731,7 +6731,7 @@ public class TestHRegion {
* HBASE-16429 Make sure no stuck if roll writer when ring buffer is filled with appends
* @throws IOException if IO error occurred during test
*/
@Test(timeout = 60000)
@Test
public void testWritesWhileRollWriter() throws IOException {
int testCount = 10;
int numRows = 1024;