We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f14f08 + 041981e commit 0e2dab2Copy full SHA for 0e2dab2
examples/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2024 Intel Corporation
+# Copyright (C) 2024-2025 Intel Corporation
2
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
@@ -190,6 +190,7 @@ function(add_umf_ipc_example script)
190
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
191
192
set_tests_properties(${EXAMPLE_NAME} PROPERTIES LABELS "example")
193
+ set_tests_properties(${EXAMPLE_NAME} PROPERTIES TIMEOUT 60)
194
if(NOT UMF_TESTS_FAIL_ON_SKIP)
195
set_tests_properties(${EXAMPLE_NAME} PROPERTIES SKIP_RETURN_CODE 125)
196
endif()
0 commit comments