Skip to content

Commit 6bb1496

Browse files
committed
Extend test timeout; python-jinja2 -> python3-jinja2
Signed-off-by: R Kent James <[email protected]> Generated-by: Github Copilot v1.364.0
1 parent ac1585b commit 6bb1496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ament_cmake_python_test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(BUILD_TESTING)
2626
ament_add_pytest_test(${_test_name} ${_test_path}
2727
APPEND_ENV PYTHONPATH=${CMAKE_CURRENT_BINARY_DIR}
2828
ENV SOURCE_DIR=${CMAKE_CURRENT_SOURCE_DIR} PYTHON_INSTALL_DIR=${PYTHON_INSTALL_DIR} PYEGG_VERSION=py${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}
29-
TIMEOUT 60
29+
TIMEOUT 360
3030
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
3131
)
3232
endforeach()

ament_cmake_python_test/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<build_depend>ament_cmake_pytest</build_depend>
1414
<build_depend>ament_cmake_python</build_depend>
1515

16-
<test_depend>python-jinja2</test_depend>
16+
<test_depend>python3-jinja2</test_depend>
1717

1818
<buildtool_export_depend>ament_cmake_core</buildtool_export_depend>
1919

0 commit comments

Comments
 (0)