Skip to content

Commit

Permalink
Reduce time taken by test by using tighter timer periods
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Pojomovsky committed May 10, 2024
1 parent f8279e3 commit f52e445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/test/rclcpp/test_reinitialized_timers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TimersTest

TEST_F(TimersTest, TimersWithSamePeriod)
{
auto timers_period = std::chrono::milliseconds(50);
auto timers_period = std::chrono::milliseconds(5);
auto node = std::make_shared<rclcpp::Node>("test_node");
auto events_queue = std::make_unique<rclcpp::experimental::executors::SimpleEventsQueue>();
auto executor = std::make_unique<EventsExecutor>(std::move(events_queue), true, rclcpp::ExecutorOptions());
Expand Down

0 comments on commit f52e445

Please sign in to comment.