We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f595741 commit 0b0b735Copy full SHA for 0b0b735
ros2topic/test/test_cli.py
@@ -708,7 +708,7 @@ def test_topic_delay(self):
708
709
head_line = topic_command.output.splitlines()[0]
710
average_delay = float(average_delay_line_pattern.match(head_line).group(1))
711
- assert math.isclose(average_delay, 0.0, abs_tol=10e-3)
+ assert math.isclose(average_delay, 0.0, abs_tol=0.1)
712
713
@launch_testing.markers.retry_on_failure(times=5, delay=1)
714
def test_topic_hz(self):
0 commit comments