mirror of
https://github.com/apache/activemq.git
synced 2025-02-10 03:56:21 +00:00
adding timeout to test method (cherry picked from commit 7335f699f2a8eafa1c103f9ff3f3d1202572523d)
This commit is contained in:
parent
5dfd8cdfa8
commit
6ca0e01a7e
@ -72,7 +72,7 @@ public class WSTransportHttpTraceTest extends WSTransportTest {
|
|||||||
* This tests whether the TRACE method is enabled or not
|
* This tests whether the TRACE method is enabled or not
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test(timeout=10000)
|
||||||
public void testHttpTraceEnabled() throws Exception {
|
public void testHttpTraceEnabled() throws Exception {
|
||||||
HttpClient httpClient = new HttpClient();
|
HttpClient httpClient = new HttpClient();
|
||||||
httpClient.start();
|
httpClient.start();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user