Author: ataylor
Date: 2009-12-05 05:29:48 -0500 (Sat, 05 Dec 2009)
New Revision: 8579
Modified:
trunk/examples/jms/non-transaction-failover/src/org/hornetq/jms/example/NonTransactionFailoverExample.java
Log:
upped sleep to allow server to start
Modified:
trunk/examples/jms/non-transaction-failover/src/org/hornetq/jms/example/NonTransactionFailoverExample.java
===================================================================
---
trunk/examples/jms/non-transaction-failover/src/org/hornetq/jms/example/NonTransactionFailoverExample.java 2009-12-05
09:58:45 UTC (rev 8578)
+++
trunk/examples/jms/non-transaction-failover/src/org/hornetq/jms/example/NonTransactionFailoverExample.java 2009-12-05
10:29:48 UTC (rev 8579)
@@ -94,7 +94,7 @@
// Step 10. Crash server #1, the live server, and wait a little while to make
sure
// it has really crashed
killServer(1);
- Thread.sleep(2000);
+ Thread.sleep(5000);
// Step 11. Acknowledging the 2nd half of the sent messages will fail as
failover to the
// backup server has occured
Show replies by date