mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-07 13:38:26 +00:00
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
|
||||
* starvation
|
||||
*/
|
||||
int maxThreads = (int)(Math.random() * 6) + 1;
|
||||
int maxThreads = (int)(Math.random() * 6) + 2;
|
||||
retVal.setMaxTotal(maxThreads);
|
||||
|
||||
DataSource dataSource = ProxyDataSourceBuilder
|
||||
|
Loading…
x
Reference in New Issue
Block a user