Commit 0c8eca8 1 parent a21e60f commit 0c8eca8 Copy full SHA for 0c8eca8
File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 38
38
from launch .launch_description_sources import PythonLaunchDescriptionSource
39
39
from launch_testing .actions import ReadyToTest
40
40
41
- import launch_testing
42
41
import rclpy
43
42
from rclpy .node import Node
44
43
from ros2_control_demo_testing .test_utils import (
50
49
51
50
# This function specifies the processes to be run for our test
52
51
# 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.
56
53
@pytest .mark .launch_test
57
- @launch_testing .ready_to_test_action_timeout (20 )
58
54
def generate_test_description ():
59
55
launch_include = IncludeLaunchDescription (
60
56
PythonLaunchDescriptionSource (
You can’t perform that action at this time.
0 commit comments