diff --git a/ros2topic/test/test_echo_pub.py b/ros2topic/test/test_echo_pub.py index fd33d8125..5941f63c5 100644 --- a/ros2topic/test/test_echo_pub.py +++ b/ros2topic/test/test_echo_pub.py @@ -43,6 +43,7 @@ def echo_pub_node(): @pytest.mark.skipif(os.name == 'nt', reason='Subprocess bug in Windows Python 3.7.4') +@pytest.mark.timeout(60) @pytest.mark.parametrize( 'topic,provide_qos,compatible_qos', [ ('/clitest/topic/pub_basic', False, True), @@ -123,6 +124,7 @@ def message_callback(msg): @pytest.mark.skipif(os.name == 'nt', reason='Subprocess bug in Windows Python 3.7.4') +@pytest.mark.timeout(60) @pytest.mark.parametrize( 'topic,provide_qos,compatible_qos', [ ('/clitest/topic/echo_basic', False, True),