Skip to content

Commit 43c4ca7

Browse files
authored
descrease rows number in tests (#13507)
1 parent 83627e0 commit 43c4ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/client/object_storage_listing_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ Y_UNIT_TEST_SUITE(TObjectStorageListingTest) {
780780
PrepareS3Data(cleverServer.GetRuntime(), annoyingClient);
781781

782782
#ifdef NDEBUG
783-
const int N_ROWS = 10000;
783+
const int N_ROWS = NSan::PlainOrUnderSanitizer(1000, 200);
784784
#else
785785
const int N_ROWS = NSan::PlainOrUnderSanitizer(1000, 200);
786786
#endif

0 commit comments

Comments
 (0)