mirror of https://github.com/apache/activemq.git
have this test autofail on hang
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@898716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98bb7bfd90
commit
16e060bd7e
|
@ -441,7 +441,9 @@ public class AMQ2102Test extends CombinationTestSupport implements UncaughtExcep
|
|||
String masterUrl;
|
||||
|
||||
public void setUp() throws Exception {
|
||||
setMaxTestTime(10 * 60 * 1000);
|
||||
setAutoFail(true);
|
||||
super.setUp();
|
||||
master.setBrokerName("Master");
|
||||
master.addConnector("tcp://localhost:0");
|
||||
master.deleteAllMessages();
|
||||
|
|
Loading…
Reference in New Issue