We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35469c0 commit 40e2530Copy full SHA for 40e2530
ebean-datasource/src/test/java/io/ebean/datasource/pool/ConnectionPoolTest.java
@@ -90,8 +90,8 @@ void getConnection_explicitUserPassword() throws SQLException {
90
PoolStatus status = pool.status(false);
91
92
assertThat(status.hitCount()).isEqualTo(10_000);
93
- assertThat(status.meanAcquireNanos()).isBetween(0L, 300L);
94
- assertThat(status.maxAcquireMicros()).isBetween(0L, 100L);
+ assertThat(status.meanAcquireNanos()).isBetween(0L, 450L);
+ assertThat(status.maxAcquireMicros()).isBetween(0L, 200L);
95
}
96
97
@Test
0 commit comments