Skip to content

Commit df63079

Browse files
SNOW-1926861: Run lob tests with 128 MB limit
1 parent 7258bda commit df63079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class MaxLobSizeIT : SFBaseTest
2222
{
2323
private readonly ResultFormat _resultFormat;
2424

25-
//private const int MaxLobSize = (128 * 1024 * 1024); // new max LOB size
26-
private const int MaxLobSize = (16 * 1024 * 1024); // current max LOB size
25+
private const int MaxLobSize = (128 * 1024 * 1024); // new max LOB size
26+
// private const int MaxLobSize = (16 * 1024 * 1024); // current max LOB size
2727
private const int LargeSize = (MaxLobSize / 2);
2828
private const int MediumSize = (LargeSize / 2);
2929
private const int OriginSize = (MediumSize / 2);

0 commit comments

Comments
 (0)