File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test_launch_ros/test/test_launch_ros/actions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ def test_timer_action_sanity_check():
115115 assert shutdown_reasons [0 ].reason == 'One second timeout'
116116
117117 # Verify that 1 sec has passed between start of test and timeout
118- tolerance = 0.1
118+ tolerance = 0.5
119119 assert (end_time - start_time ) > 1 - tolerance
120120 assert (end_time - start_time ) < 1 + tolerance
121121
@@ -195,6 +195,6 @@ def timer_callback(publisher, time_msg):
195195
196196 # Timer is using sim time which is 100x faster than system time,
197197 # so 200 sec timer should finish in 2 sec
198- tolerance = 0.1
198+ tolerance = 0.5
199199 assert (end_time - start_time ) > 2 - tolerance
200200 assert (end_time - start_time ) < 2 + tolerance
You can’t perform that action at this time.
0 commit comments