HBASE-4158 Addendum to surefire upgrade

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2011-08-04 01:58:09 +00:00
parent 3633f06b50
commit e389495ac9
2 changed files with 1 additions and 26 deletions

25
pom.xml
View File

@ -1138,31 +1138,6 @@
</reportSets>
</plugin>
<!-- Disabled for now.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.4</version>
<configuration>
<targetJdk>${compileSource}</targetJdk>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
-->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.1</version>

View File

@ -60,7 +60,7 @@ public class TestMasterFailover {
* the cluster.
* @throws Exception
*/
@Test (timeout=180000)
@Test (timeout=240000)
public void testSimpleMasterFailover() throws Exception {
final int NUM_MASTERS = 3;