[jboss-cvs] JBossAS SVN: r81625 - trunk/testsuite/src/main/org/jboss/test/jmx/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Nov 26 09:12:36 EST 2008
Author: dimitris at jboss.org
Date: 2008-11-26 09:12:36 -0500 (Wed, 26 Nov 2008)
New Revision: 81625
Modified:
trunk/testsuite/src/main/org/jboss/test/jmx/test/UndeployBrokenPackageUnitTestCase.java
Log:
JBAS-5953, increase the delay, log a message
Modified: trunk/testsuite/src/main/org/jboss/test/jmx/test/UndeployBrokenPackageUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/jmx/test/UndeployBrokenPackageUnitTestCase.java 2008-11-26 14:06:28 UTC (rev 81624)
+++ trunk/testsuite/src/main/org/jboss/test/jmx/test/UndeployBrokenPackageUnitTestCase.java 2008-11-26 14:12:36 UTC (rev 81625)
@@ -154,7 +154,8 @@
if (Java.isVersion(Java.VERSION_1_6) && sunVM)
{
// delay the file overwrite until the vfs reaper closes it
- Thread.sleep(7000);
+ getLog().info("Delaying file overwrite...");
+ Thread.sleep(10000);
}
//assertTrue(thejar.delete()); // TODO - this should work
Files.copy(goodjar, thejar);
More information about the jboss-cvs-commits
mailing list