UnitTests/Process: Increase waiting duration
GitHub CI seems very slow at this
This commit is contained in:
@@ -39,7 +39,7 @@ SCENARIO("Process", "[CORE][PROCESS]")
|
||||
REQUIRE(false);
|
||||
}
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::seconds(2));
|
||||
std::this_thread::sleep_for(std::chrono::seconds(3));
|
||||
|
||||
// Some files were written in the ProcessTests directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user