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:
parent
f5abe17bc6
commit
6b6a801876
@ -6731,7 +6731,7 @@ public class TestHRegion {
|
|||||||
* HBASE-16429 Make sure no stuck if roll writer when ring buffer is filled with appends
|
* HBASE-16429 Make sure no stuck if roll writer when ring buffer is filled with appends
|
||||||
* @throws IOException if IO error occurred during test
|
* @throws IOException if IO error occurred during test
|
||||||
*/
|
*/
|
||||||
@Test(timeout = 60000)
|
@Test
|
||||||
public void testWritesWhileRollWriter() throws IOException {
|
public void testWritesWhileRollWriter() throws IOException {
|
||||||
int testCount = 10;
|
int testCount = 10;
|
||||||
int numRows = 1024;
|
int numRows = 1024;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user