Skip to content

Commit f8b0a1f

Browse files
Tomas BacaTomas Baca
authored andcommitted
tests: added more sleeps after takeoff
1 parent ab45598 commit f8b0a1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/failsafe_controller/test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ bool Tester::test(void) {
4343
}
4444
}
4545

46+
sleep(3.0);
47+
4648
// | -------------------- trigger failsafe -------------------- |
4749

4850
{

test/modalities/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bool Tester::test(void) {
4343
}
4444
}
4545

46-
this->sleep(1.0);
46+
sleep(3.0);
4747

4848
{
4949
auto [success, message] = uh->gotoAbs(0, 0, 2.0, 0);

0 commit comments

Comments
 (0)