File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/integration/sessions_pool_it Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments