418212 - org.eclipse.jetty.spdy.server.http.SSLExternalServerTest hangs
+ Adding timeout on test
This commit is contained in:
parent
458e511ce2
commit
8d312b9e5d
|
@ -56,7 +56,7 @@ public class SSLExternalServerTest extends AbstractHTTPSPDYTest
|
|||
return new SPDYClient.Factory(threadPool, null, sslContextFactory, 30000);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test(timeout=5000)
|
||||
public void testExternalServer() throws Exception
|
||||
{
|
||||
String host = "encrypted.google.com";
|
||||
|
|
Loading…
Reference in New Issue