UnitTests: Increase process test delay
This commit is contained in:
committed by
Jérôme Leclercq
parent
e64c2b036e
commit
c6f87f9cd2
@@ -57,7 +57,7 @@ int main(int argc, char* argv[])
|
||||
successFile5.Flush();
|
||||
|
||||
// Wait until parent dies
|
||||
std::this_thread::sleep_for(std::chrono::seconds(1));
|
||||
std::this_thread::sleep_for(std::chrono::seconds(2));
|
||||
|
||||
result = Nz::Process::Exists(pid);
|
||||
if (!result)
|
||||
|
||||
Reference in New Issue
Block a user