Sprinkling in some test timeouts for the Java 8 build

This commit is contained in:
Joakim Erdfelt 2014-03-25 10:43:38 -07:00
parent aea74ea2da
commit 6cba8ee375
1 changed files with 3 additions and 3 deletions

View File

@ -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();