UnitTests: Increase process test delay

This commit is contained in:
SirLynix
2024-02-11 22:06:34 +01:00
committed by Jérôme Leclercq
parent e64c2b036e
commit c6f87f9cd2
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ SCENARIO("Process", "[CORE][PROCESS]")
REQUIRE(false);
}
std::this_thread::sleep_for(std::chrono::seconds(3));
std::this_thread::sleep_for(std::chrono::seconds(4));
// Some files were written in the ProcessTests directory