wait threads finished

This commit is contained in:
lganzzzo 2019-05-11 20:54:34 +03:00
parent 6a86a4947c
commit 016d47044f

View File

@ -223,6 +223,8 @@ void FullTest::onRun() {
}, std::chrono::minutes(10));
std::this_thread::sleep_for(std::chrono::seconds(1));
}
}}}