Skip to content

Commit 7a5623b

Browse files
stanislav-shchetininGazizonoki
authored andcommitted
return time
1 parent cc73f48 commit 7a5623b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/sessions_pool_it/sessions_pool_it.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Y_UNIT_TEST_SUITE(YdbSdkSessionsPool) {
358358

359359
RunStressTestAsync(100, 10, client);
360360

361-
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
361+
std::this_thread::sleep_for(std::chrono::milliseconds(10000));
362362

363363
UNIT_ASSERT_VALUES_EQUAL(client.GetActiveSessionCount(), 0);
364364
UNIT_ASSERT_VALUES_EQUAL(client.GetCurrentPoolSize(), activeSessionsLimit);
@@ -410,7 +410,7 @@ Y_UNIT_TEST_SUITE(YdbSdkSessionsPool) {
410410
sessionFutures.clear();
411411
sessions.clear();
412412

413-
std::this_thread::sleep_for(std::chrono::milliseconds(5000));
413+
std::this_thread::sleep_for(std::chrono::milliseconds(10000));
414414
UNIT_ASSERT_VALUES_EQUAL(client.GetActiveSessionCount(), 0);
415415
UNIT_ASSERT_VALUES_EQUAL(client.GetCurrentPoolSize(), activeSessionsLimit);
416416
}

0 commit comments

Comments
 (0)