mirror of
https://github.com/microsoft/WSL.git
synced 2026-02-04 02:06:49 -06:00
Add sleep
This commit is contained in:
parent
ffd16ac63c
commit
e1c8084877
@ -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");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user