Adding timeout to SlowClientsTest

This commit is contained in:
Joakim Erdfelt 2017-03-13 12:30:34 -07:00
parent 3168e2b1e5
commit 9120cbf0a1
1 changed files with 2 additions and 2 deletions

View File

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