diff --git a/activemq-http/src/test/java/org/apache/activemq/transport/ws/WSTransportHttpTraceTest.java b/activemq-http/src/test/java/org/apache/activemq/transport/ws/WSTransportHttpTraceTest.java index 36d05273da..17e365cca5 100644 --- a/activemq-http/src/test/java/org/apache/activemq/transport/ws/WSTransportHttpTraceTest.java +++ b/activemq-http/src/test/java/org/apache/activemq/transport/ws/WSTransportHttpTraceTest.java @@ -72,7 +72,7 @@ public class WSTransportHttpTraceTest extends WSTransportTest { * This tests whether the TRACE method is enabled or not * @throws Exception */ - @Test + @Test(timeout=10000) public void testHttpTraceEnabled() throws Exception { HttpClient httpClient = new HttpClient(); httpClient.start();