mirror of https://github.com/apache/activemq.git
adding timeout to test method
This commit is contained in:
parent
4fb8083977
commit
7335f699f2
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue