[jboss-cvs] JBossAS SVN: r60123 - trunk/testsuite/src/main/org/jboss/test/cluster/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 30 16:15:36 EST 2007


Author: jerrygauth
Date: 2007-01-30 16:15:36 -0500 (Tue, 30 Jan 2007)
New Revision: 60123

Modified:
   trunk/testsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.java
Log:
Reduced sleep time in DRMTestCase

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.java	2007-01-30 19:53:58 UTC (rev 60122)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.java	2007-01-30 21:15:36 UTC (rev 60123)
@@ -722,7 +722,7 @@
          // simulate a split of the partition
          log.info("DRMTestCase.testIsMasterReplica() - stopping GossipRouter");
          router.stop();
-         sleepThread(20000);
+         sleepThread(15000);
          
          // confirm that each partition contains one node   
          assertEquals("Partition1 should contain one node after split; ", 
@@ -756,7 +756,7 @@
          log.info("DRMTestCase.testIsMasterReplica() - restarting GossipRouter");
          router.start();
          // it seems to take more than 10 seconds for the merge to take effect
-         sleepThread(30000);
+         sleepThread(20000);
          
          assertTrue(router.isStarted());
 




More information about the jboss-cvs-commits mailing list