Skip to content

Commit

Permalink
change smallsize back to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-akolodziejczyk committed Feb 15, 2024
1 parent f956a30 commit f040ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f040ee8

Please sign in to comment.