Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Dec 15, 2023
1 parent 82b1e49 commit 15a57e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/failsafe_controller/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bool Tester::test() {
}
}

sleep(0.1);
sleep(0.01);
}

// | ----------------- wait till the UAV lands ---------------- |
Expand All @@ -79,7 +79,7 @@ bool Tester::test() {
return true;
}

sleep(0.1);
sleep(0.01);
}

return false;
Expand Down

0 comments on commit 15a57e4

Please sign in to comment.