[jboss-cvs] JBossAS SVN: r88546 - branches/Branch_5_x/testsuite/src/main/org/jboss/test/cluster/defaultcfg/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 8 14:29:19 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-05-08 14:29:19 -0400 (Fri, 08 May 2009)
New Revision: 88546

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/cluster/defaultcfg/profileservice/test/FarmedClusterHotDeployUnitTestCase.java
Log:
[JBAS-5552] Remove timing issue in test

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/cluster/defaultcfg/profileservice/test/FarmedClusterHotDeployUnitTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/cluster/defaultcfg/profileservice/test/FarmedClusterHotDeployUnitTestCase.java	2009-05-08 17:32:44 UTC (rev 88545)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/cluster/defaultcfg/profileservice/test/FarmedClusterHotDeployUnitTestCase.java	2009-05-08 18:29:19 UTC (rev 88546)
@@ -165,7 +165,7 @@
       checkContent("jboss.system:service=HDAddTestThreadPool", "AddFarmThreadPool", 12000);
       
       // Nested add
-      checkContent("jboss.system:service=HDNestedAddTestThreadPool", "NestedAddFarmThreadPool", 0);
+      checkContent("jboss.system:service=HDNestedAddTestThreadPool", "NestedAddFarmThreadPool", 10000);
       
       // New dir
       checkContent("jboss.system:service=HDAddDirTestThreadPool", "AddDirFarmThreadPool", 0);




More information about the jboss-cvs-commits mailing list