Skip to content

Commit 0e2dab2

Browse files
authored
Merge pull request #1054 from ldorau/Add_timeout_to_the_add_umf_ipc_example_function
Add timeout to the add_umf_ipc_example function
2 parents 3f14f08 + 041981e commit 0e2dab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/CMakeLists.txt

+2-1
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)