Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Lilith Oberhauser <lilith.oberhauser@huawei.com>
  • Loading branch information
lilith218 committed May 17, 2024
1 parent 61f6d6a commit f176846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/check.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ function(add_vsyncer_check)
add_test(NAME ${TEST_NAME} COMMAND ${VSYNCER_CMD} ${VSYNCER_CHECK_LL})
set_property(TEST ${TEST_NAME} PROPERTY SKIP_RETURN_CODE 1)
math(EXPR CTEST_TIMEOUT "${TIMEOUT} + 5")
set_tests_properties(${TEST_NAME} PROPERTIES ${CTEST_TIMEOUT})
set_tests_properties(${TEST_NAME} PROPERTIES TIMEOUT ${CTEST_TIMEOUT})
endforeach()
endfunction()

0 comments on commit f176846

Please sign in to comment.