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