From 6cba8ee375c219ab63ed5cd33aa650250f2993c5 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Tue, 25 Mar 2014 10:43:38 -0700 Subject: [PATCH] Sprinkling in some test timeouts for the Java 8 build --- .../org/eclipse/jetty/client/ssl/SslBytesServerTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jetty-client/src/test/java/org/eclipse/jetty/client/ssl/SslBytesServerTest.java b/jetty-client/src/test/java/org/eclipse/jetty/client/ssl/SslBytesServerTest.java index c360f70696f..9e980b69784 100644 --- a/jetty-client/src/test/java/org/eclipse/jetty/client/ssl/SslBytesServerTest.java +++ b/jetty-client/src/test/java/org/eclipse/jetty/client/ssl/SslBytesServerTest.java @@ -237,7 +237,7 @@ public class SslBytesServerTest extends SslBytesTest threadPool.shutdownNow(); } - @Test + @Test(timeout=10000) public void testHandshake() throws Exception { final SSLSocket client = newClient(); @@ -1390,7 +1390,7 @@ public class SslBytesServerTest extends SslBytesTest closeClient(client); } - @Test + @Test(timeout=10000) public void testRequestWithContentWithRenegotiationInMiddleOfContentWhenRenegotiationIsForbidden() throws Exception { assumeJavaVersionSupportsTLSRenegotiations(); @@ -1616,7 +1616,7 @@ public class SslBytesServerTest extends SslBytesTest closeClient(client); } - @Test + @Test(timeout=10000) public void testRequestWithBigContentWithRenegotiationInMiddleOfContentWithSplitBoundary() throws Exception { assumeJavaVersionSupportsTLSRenegotiations();