Skip to content

Commit 1c642be

Browse files
authored
Increase upper limit for expected time in SectorMap performance tests (#2738)
1 parent de808b6 commit 1c642be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/pdisk/blobstorage_pdisk_ut_sectormap.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Y_UNIT_TEST_SUITE(TSectorMapPerformance) {
8080
Y_UNIT_TEST(Test##diskMode##diskSizeGb##GB##operationType##dataSizeMb##MB##On##position##Sector) { \
8181
std::pair<double, double> time; \
8282
UNIT_ASSERT_C(TestSectorMapPerformance(EDiskMode::DM_##diskMode, diskSizeGb, dataSizeMb, \
83-
ESectorPosition::Sector##position, EOperationType::Operation##operationType, { 0.05, 0.5 }, \
83+
ESectorPosition::Sector##position, EOperationType::Operation##operationType, { 0.05, 2.0 }, \
8484
&time), "Time expected# " << time.first << " time elapsed#" << time.second); \
8585
}
8686

0 commit comments

Comments
 (0)