Skip to content

Commit 0c8eca8

Browse files
Remove startup delay marker
1 parent a21e60f commit 0c8eca8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

example_10/test/test_rrbot_launch.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
from launch.launch_description_sources import PythonLaunchDescriptionSource
3939
from launch_testing.actions import ReadyToTest
4040

41-
import launch_testing
4241
import rclpy
4342
from rclpy.node import Node
4443
from ros2_control_demo_testing.test_utils import (
@@ -50,11 +49,8 @@
5049

5150
# This function specifies the processes to be run for our test
5251
# The ReadyToTest action waits for 15 second by default for the processes to
53-
# start, if processes take more time an error is thrown. We use decorator here
54-
# to provide timeout duration of 20 second so that processes that take longer than
55-
# 15 seconds can start up.
52+
# start, if processes take more time an error is thrown.
5653
@pytest.mark.launch_test
57-
@launch_testing.ready_to_test_action_timeout(20)
5854
def generate_test_description():
5955
launch_include = IncludeLaunchDescription(
6056
PythonLaunchDescriptionSource(

0 commit comments

Comments
 (0)