Adjust tests
This commit is contained in:
parent
0f50eae640
commit
6a178b08bd
|
@ -43,7 +43,7 @@ public class TestDstu3Config extends BaseJavaConfigDstu3 {
|
||||||
* and catch any potential deadlocks caused by database connection
|
* and catch any potential deadlocks caused by database connection
|
||||||
* starvation
|
* starvation
|
||||||
*/
|
*/
|
||||||
int maxThreads = (int)(Math.random() * 6) + 1;
|
int maxThreads = (int)(Math.random() * 6) + 2;
|
||||||
retVal.setMaxTotal(maxThreads);
|
retVal.setMaxTotal(maxThreads);
|
||||||
|
|
||||||
DataSource dataSource = ProxyDataSourceBuilder
|
DataSource dataSource = ProxyDataSourceBuilder
|
||||||
|
|
Loading…
Reference in New Issue