Skip to content

Commit ac139ed

Browse files
committed
Add timeout to the add_umf_ipc_example function
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent d3daaf6 commit ac139ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ function(add_umf_ipc_example script)
190190
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
191191

192192
set_tests_properties(${EXAMPLE_NAME} PROPERTIES LABELS "example")
193+
set_tests_properties(${EXAMPLE_NAME} PROPERTIES TIMEOUT 60)
193194
if(NOT UMF_TESTS_FAIL_ON_SKIP)
194195
set_tests_properties(${EXAMPLE_NAME} PROPERTIES SKIP_RETURN_CODE 125)
195196
endif()

0 commit comments

Comments
 (0)