From 1a40a5a017fbb8fa3a85b45296e10ba9e1c92af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Tue, 23 Apr 2024 13:30:03 +0200 Subject: [PATCH] Increase timeout repl_str test (#463) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c6012f1..4f6ae5f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -371,6 +371,7 @@ if(BUILD_TESTING) ament_add_gtest(test_repl_str test/test_repl_str.cpp + TIMEOUT 300 ) if(TARGET test_repl_str) target_link_libraries(test_repl_str ${PROJECT_NAME})