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:
Zhihong Yu 2011-07-03 01:02:27 +00:00
parent 326b9644c1
commit 1c151dcfac
1 changed files with 1 additions and 1 deletions

View File

@ -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