[jboss-cvs] JBossAS SVN: r103945 - trunk/testsuite/src/main/org/jboss/test/messagedriven/support.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 13 22:56:53 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-04-13 22:56:52 -0400 (Tue, 13 Apr 2010)
New Revision: 103945

Modified:
   trunk/testsuite/src/main/org/jboss/test/messagedriven/support/SimpleMessageDrivenUnitTest.java
Log:
Increasing timeout in a MDB test

Modified: trunk/testsuite/src/main/org/jboss/test/messagedriven/support/SimpleMessageDrivenUnitTest.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/messagedriven/support/SimpleMessageDrivenUnitTest.java	2010-04-13 22:56:53 UTC (rev 103944)
+++ trunk/testsuite/src/main/org/jboss/test/messagedriven/support/SimpleMessageDrivenUnitTest.java	2010-04-14 02:56:52 UTC (rev 103945)
@@ -62,7 +62,7 @@
       return new Operation[]
       {
          new SendMessageOperation(this, "1"),
-         new CheckMessageSizeOperation(this, 1, 0),
+         new CheckMessageSizeOperation(this, 1, 5000),
          new CheckJMSDestinationOperation(this, 0),
          new CheckMessageIDOperation(this, 0, "1"),
       };




More information about the jboss-cvs-commits mailing list