Merge pull request #72 from oatpp/fix_full_test

wait threads finished
This commit is contained in:
Leonid Stryzhevskyi 2019-05-11 21:23:20 +03:00 committed by GitHub
commit 7b0e629e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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