Skip to content

Commit 041981e

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Intel Corporation
1+
# Copyright (C) 2024-2025 Intel Corporation
22
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44

@@ -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)