mirror of https://github.com/apache/activemq.git
adding timeout to test method
(cherry picked from commit 7335f699f2
)
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
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test
|
||||
@Test(timeout=10000)
|
||||
public void testHttpTraceEnabled() throws Exception {
|
||||
HttpClient httpClient = new HttpClient();
|
||||
httpClient.start();
|
||||
|
|
Loading…
Reference in New Issue