increase test limit #552

Merged
mohr merged 7 commits from eive/fsfw:mueller/increase-test-limit into development 2022-02-14 15:18:18 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 22bc300902 - Show all commits

View File

@ -45,7 +45,7 @@ TEST_CASE("Command Executor", "[cmd-exec]") {
result = cmdExecutor.check(bytesHaveBeenRead);
REQUIRE(result != CommandExecutor::COMMAND_ERROR);
usleep(500);
REQUIRE(limitIdx < 5);
REQUIRE(limitIdx < 500);
}
limitIdx = 0;