Skip to content

Commit

Permalink
increase sc test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Dharini Dutia <[email protected]>
  • Loading branch information
quarkytale committed May 5, 2023
1 parent 9e98c9c commit bbe393a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buoy_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if(BUILD_TESTING)

if(buoy_add_gtest_LAUNCH_TEST)
add_launch_test(launch/${TEST_NAME}.launch.py
TIMEOUT 900
TIMEOUT 1000
)
else()
ament_add_gtest_test(${TEST_NAME})
Expand Down Expand Up @@ -141,7 +141,7 @@ if(BUILD_TESTING)
endif()

add_launch_test(launch/${PYTEST_NAME}_py.launch.py
TIMEOUT 900
TIMEOUT 1000
)
endfunction()

Expand Down
2 changes: 1 addition & 1 deletion buoy_tests/launch/sc_commands_ros_feedback.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def generate_test_description():
class SCCommandsROSTest(unittest.TestCase):

def test_termination(self, gazebo_test_fixture, proc_info):
proc_info.assertWaitForShutdown(process=gazebo_test_fixture, timeout=900)
proc_info.assertWaitForShutdown(process=gazebo_test_fixture, timeout=1000)


@launch_testing.post_shutdown_test()
Expand Down

0 comments on commit bbe393a

Please sign in to comment.