From f3b9a3eb1f11ae853a88dbe712f8d8bdebcac626 Mon Sep 17 00:00:00 2001 From: Krzysztof Nozderko Date: Tue, 9 Jan 2024 11:28:45 +0100 Subject: [PATCH] fix tests --- .../IntegrationTests/ConnectionMultiplePoolsIT.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]