[jboss-svn-commits] JBL Code SVN: r9187 - labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/actions.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 31 03:38:10 EST 2007


Author: kurt.stam at jboss.com
Date: 2007-01-31 03:38:10 -0500 (Wed, 31 Jan 2007)
New Revision: 9187

Modified:
   labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/actions/AggregatorTest.java
Log:
taking out the wait.

Modified: labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/actions/AggregatorTest.java
===================================================================
--- labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/actions/AggregatorTest.java	2007-01-31 08:35:34 UTC (rev 9186)
+++ labs/jbossesb/trunk/qa/junit/src/org/jboss/soa/esb/actions/AggregatorTest.java	2007-01-31 08:38:10 UTC (rev 9187)
@@ -251,7 +251,6 @@
 	@AfterClass
 	public static void runAfterAllTests() throws Exception
 	{
-        Thread.sleep(120000);
 		// Increase Sleep for debugging
 		_boot.requestEnd();
 		// Give the esb time to finish




More information about the jboss-svn-commits mailing list