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:
Gary Tully 2010-01-13 11:07:47 +00:00
parent 98bb7bfd90
commit 16e060bd7e
1 changed files with 2 additions and 0 deletions

View File

@ -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();