Skip to content

Commit

Permalink
Increase timeout for examples build test
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Nov 5, 2021
1 parent 11e5ad8 commit fb7bbd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ ign_build_tests(TYPE INTEGRATION
LIB_DEPS
${EXTRA_TEST_LIB_DEPS}
)

if(TARGET INTEGRATION_examples_build)
set_tests_properties(INTEGRATION_examples_build PROPERTIES TIMEOUT 320)
endif()

0 comments on commit fb7bbd5

Please sign in to comment.