Sprinkling in some test timeouts for the Java 8 build
This commit is contained in:
parent
aea74ea2da
commit
6cba8ee375
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue