diff --git a/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs b/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs index 603dc619d..345077506 100644 --- a/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs +++ b/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs @@ -196,7 +196,7 @@ public void TestWaitInAQueueForAnIdleSession() Assert.AreEqual(waitingEvents[0].ThreadName, lastConnectingEventsGroup[0].ThreadName); Assert.AreEqual(waitingEvents[1].ThreadName, lastConnectingEventsGroup[1].ThreadName); Assert.That(lastConnectingEventsGroup[0].Duration, Is.InRange(1900, 3100)); - Assert.That(lastConnectingEventsGroup[1].Duration, Is.InRange(1900, 3100)); + Assert.That(lastConnectingEventsGroup[1].Duration, Is.InRange(1500, 2700)); } [Test]