Skip to content

Commit a07876f

Browse files
committed
prolong test timeout period
Signed-off-by: mitukou1109 <mitukou1109@gmail.com>
1 parent 4f155e2 commit a07876f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/autoware_universe_utils/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ if(BUILD_TESTING)
3838

3939
file(GLOB_RECURSE test_files test/**/*.cpp)
4040

41-
ament_add_ros_isolated_gtest(test_autoware_universe_utils ${test_files})
41+
ament_add_ros_isolated_gtest(test_autoware_universe_utils ${test_files}
42+
TIMEOUT 120
43+
)
4244

4345
target_link_libraries(test_autoware_universe_utils
4446
autoware_universe_utils

0 commit comments

Comments
 (0)