[jboss-cvs] JBossAS SVN: r60514 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/tm/ejb.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 13 13:29:05 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-13 13:29:05 -0500 (Tue, 13 Feb 2007)
New Revision: 60514

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/tm/ejb/TxTimeoutBean.java
Log:
increase the timeout

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/tm/ejb/TxTimeoutBean.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/tm/ejb/TxTimeoutBean.java	2007-02-13 16:54:51 UTC (rev 60513)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/tm/ejb/TxTimeoutBean.java	2007-02-13 18:29:05 UTC (rev 60514)
@@ -61,7 +61,7 @@
    {
       try
       {
-         Thread.sleep(7000);
+         Thread.sleep(8000);
       }
       catch (Exception ignored)
       {




More information about the jboss-cvs-commits mailing list