Skip to content

Commit 1c350d0

Browse files
authored
relax the test simulation rate for timer canceling tests. (#2453)
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent 5e14a28 commit 1c350d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/test/rclcpp/executors/test_executors_timer_cancel_behavior.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class TimerNode : public rclcpp::Node
102102
class ClockPublisher : public rclcpp::Node
103103
{
104104
public:
105-
explicit ClockPublisher(float simulated_clock_step = .001f, float realtime_update_rate = 0.25f)
105+
explicit ClockPublisher(float simulated_clock_step = .001f, float realtime_update_rate = 0.10f)
106106
: Node("clock_publisher"),
107107
ros_update_duration_(0, 0),
108108
realtime_clock_step_(0, 0),

0 commit comments

Comments
 (0)