Add sleep

This commit is contained in:
Blue 2026-02-03 15:31:17 -08:00
parent ffd16ac63c
commit e1c8084877

View File

@ -2118,7 +2118,7 @@ Return Value:
--*/
{
std::this_thread::sleep_for(std::chrono::seconds(300));
std::this_thread::sleep_for(std::chrono::seconds(300));
LogInfo("Exiting UnitTests module");