Adjust tests

This commit is contained in:
James 2017-07-20 15:24:06 -04:00
parent 0f50eae640
commit 6a178b08bd
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class TestDstu3Config extends BaseJavaConfigDstu3 {
* and catch any potential deadlocks caused by database connection
* starvation
*/
int maxThreads = (int)(Math.random() * 6) + 1;
int maxThreads = (int)(Math.random() * 6) + 2;
retVal.setMaxTotal(maxThreads);
DataSource dataSource = ProxyDataSourceBuilder