mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
418212 - org.eclipse.jetty.spdy.server.http.SSLExternalServerTest hangs
+ Adding timeout on test
This commit is contained in:
parent
7dec90fafb
commit
273f61210e
@ -57,7 +57,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…
x
Reference in New Issue
Block a user