diff --git a/Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs b/Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs index 5e05e9dff..326cbd7da 100644 --- a/Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs +++ b/Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs @@ -26,7 +26,7 @@ class MaxLobSizeIT : SFBaseTest private const int LargeSize = (MaxLobSize / 2); private const int MediumSize = (LargeSize / 2); private const int OriginSize = (MediumSize / 2); - private const int SmallSize = 64; + private const int SmallSize = 16; private const int LobRandomRange = 100000 + 1; // range to use for generating random numbers (0 - 100000) private static string s_outputDirectory;