adding timeout to test method
This commit is contained in:
Christopher L. Shannon (cshannon) 2016-02-26 19:20:16 +00:00
parent 4fb8083977
commit 7335f699f2
1 changed files with 1 additions and 1 deletions

View File

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