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

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