Author: jstrachan
Date: Wed Mar 26 13:19:29 2008
New Revision: 641545

URL: http://svn.apache.org/viewvc?rev=641545&view=rev
Log:
increased the sleep to ensure test case works

Modified:
    
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsTempDestinationTest.java

Modified: 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsTempDestinationTest.java
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsTempDestinationTest.java?rev=641545&r1=641544&r2=641545&view=diff
==============================================================================
--- 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsTempDestinationTest.java
 (original)
+++ 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsTempDestinationTest.java
 Wed Mar 26 13:19:29 2008
@@ -202,7 +202,7 @@
         // Closing the connection should destroy the temp queue that was
         // created.
         tempConnection.close();
-        Thread.sleep(1000); // Wait a little bit to let the delete take effect.
+        Thread.sleep(2000); // Wait a little bit to let the delete take effect.
 
         // This message delivery NOT should work since the temp connection is
         // now closed.


Reply via email to