Skip to content

Commit d771150

Browse files
Tomas BacaTomas Baca
authored andcommitted
added explicit timeout to test's cmakelists
1 parent 509469d commit d771150

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/failsafe_controller/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ install(TARGETS
3232
foreach(MODALITY ${MODALITIES})
3333

3434
add_ros_isolated_launch_test(test.py
35+
TIMEOUT 300
3536
TARGET "${TEST_NAME}_${MODALITY}"
3637
ARGS "modality:=${MODALITY}"
3738
)

test/modalities/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ foreach(CONTROLLER ${CONTROLLERS})
3939
foreach(MODALITY ${MODALITIES})
4040

4141
add_ros_isolated_launch_test(test.py
42+
TIMEOUT 300
4243
TARGET "${TEST_NAME}_${CONTROLLER}_${MODALITY}"
4344
ARGS "controller:=${CONTROLLER}" "modality:=${MODALITY}"
4445
)

0 commit comments

Comments
 (0)