Added timeout for TestRollingRestart
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1142354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
326b9644c1
commit
1c151dcfac
|
@ -50,7 +50,7 @@ import org.junit.Test;
|
|||
public class TestRollingRestart {
|
||||
private static final Log LOG = LogFactory.getLog(TestRollingRestart.class);
|
||||
|
||||
@Test
|
||||
@Test (timeout=300000)
|
||||
public void testBasicRollingRestart() throws Exception {
|
||||
|
||||
// Start a cluster with 2 masters and 4 regionservers
|
||||
|
|
Loading…
Reference in New Issue