Skip to content

Commit

Permalink
gimbal_devices_tester: slow test down a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Nov 5, 2023
1 parent 8cba43b commit 597ba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gimbal_device_tester/gimbal_device_tester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ class Tester {
attitude_setpoint.mode = mode;
});

std::this_thread::sleep_for(std::chrono::seconds(2));
std::this_thread::sleep_for(std::chrono::seconds(5));

const float margin_deg = 5.0f;

Expand Down

0 comments on commit 597ba60

Please sign in to comment.