Merge remote-tracking branch 'origin/eive/develop' into mueller/refactor-power-switch-if-etc-eive

This commit is contained in:
2022-03-30 12:14:57 +02:00
63 changed files with 523 additions and 237 deletions

View File

@ -73,7 +73,7 @@ TEST_CASE("Command Executor", "[cmd-exec]") {
REQUIRE(result != CommandExecutor::COMMAND_ERROR);
// This ensures that the tests do not block indefinitely
usleep(500);
REQUIRE(limitIdx < 500);
REQUIRE(limitIdx < 50000);
}
limitIdx = 0;
CHECK(bytesHaveBeenRead == true);