Skip to content

Commit

Permalink
Fix action test failure due to rate after Rolling sync API change (ro…
Browse files Browse the repository at this point in the history
…s-navigation#3852)

Signed-off-by: enricosutera <[email protected]>
  • Loading branch information
SteveMacenski authored and enricosutera committed May 19, 2024
1 parent 9a4763e commit 0025687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nav2_util/test/test_actions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,5 @@ int main(int argc, char ** argv)
::testing::InitGoogleTest(&argc, argv);
auto result = RUN_ALL_TESTS();
rclcpp::shutdown();
rclcpp::Rate(1).sleep();
return result;
}

0 comments on commit 0025687

Please sign in to comment.