diff --git a/src/test/java/com/zaxxer/hikari/pool/ExceptionTest.java b/src/test/java/com/zaxxer/hikari/pool/ExceptionTest.java index 72dbbc48..a5cb1756 100644 --- a/src/test/java/com/zaxxer/hikari/pool/ExceptionTest.java +++ b/src/test/java/com/zaxxer/hikari/pool/ExceptionTest.java @@ -139,7 +139,7 @@ public class ExceptionTest // force the last access of this connection to be older than 'aliveBypassWindowMs' // thus forcing isConnectionDead to be called (and setNetworkTimeout) - Thread.sleep(500); + Thread.sleep(505); AtomicInteger callCount = new AtomicInteger(); StubConnection.networkTimeoutSetter = () -> {