mirror of https://github.com/apache/activemq.git
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:
parent
a9ba595748
commit
cdfb3c0691
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue