increased the sleep to ensure test case works

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@641545 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2008-03-26 20:19:29 +00:00
parent a9ba595748
commit cdfb3c0691
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ public class JmsTempDestinationTest extends TestCase {
// 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.