UnitTests/Process: Increase wait durations
This commit is contained in:
committed by
Jérôme Leclercq
parent
0e5e3ab9dd
commit
020f431c72
@@ -39,5 +39,5 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
|
||||
// Wait for our child process to start and check for our existence
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(200));
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(500));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user