Skip to content

Commit

Permalink
Set nonzero default timeouts for ros2cli tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Jul 29, 2019
1 parent 07a0883 commit 08d5088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_ros2cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(BUILD_TESTING)
endif()
# Timeout for test itself
if(NOT DEFINED TEST_TIMEOUT)
set(TEST_TIMEOUT 0)
set(TEST_TIMEOUT 30)
endif()


Expand Down

0 comments on commit 08d5088

Please sign in to comment.