418212 - org.eclipse.jetty.spdy.server.http.SSLExternalServerTest hangs

+ Adding timeout on test
This commit is contained in:
Joakim Erdfelt 2013-09-27 11:39:19 -07:00
parent 7dec90fafb
commit 273f61210e

View File

@ -57,7 +57,7 @@ public class SSLExternalServerTest extends AbstractHTTPSPDYTest
return new SPDYClient.Factory(threadPool, null, sslContextFactory, 30000); return new SPDYClient.Factory(threadPool, null, sslContextFactory, 30000);
} }
@Test @Test(timeout=5000)
public void testExternalServer() throws Exception public void testExternalServer() throws Exception
{ {
String host = "encrypted.google.com"; String host = "encrypted.google.com";