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

+ Adding timeout on test
This commit is contained in:
Joakim Erdfelt 2013-09-27 11:40:35 -07:00
parent 458e511ce2
commit 8d312b9e5d
1 changed files with 1 additions and 1 deletions

View File

@ -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";