Adding timeout to SlowClientsTest
This commit is contained in:
parent
3168e2b1e5
commit
9120cbf0a1
|
@ -49,8 +49,8 @@ import org.junit.Test;
|
||||||
public class SlowClientsTest
|
public class SlowClientsTest
|
||||||
{
|
{
|
||||||
private Logger logger = Log.getLogger(getClass());
|
private Logger logger = Log.getLogger(getClass());
|
||||||
|
|
||||||
@Test
|
@Test(timeout = 10000)
|
||||||
public void testSlowClientsWithSmallThreadPool() throws Exception
|
public void testSlowClientsWithSmallThreadPool() throws Exception
|
||||||
{
|
{
|
||||||
File keystore = MavenTestingUtils.getTestResourceFile("keystore");
|
File keystore = MavenTestingUtils.getTestResourceFile("keystore");
|
||||||
|
|
Loading…
Reference in New Issue