未验证 提交 cb3f131f 编写于 作者: C chalsliu 提交者: GitHub

Set timeout properity for a few unitests

上级 32ceacf3
...@@ -29,6 +29,8 @@ function(train_test TARGET_NAME) ...@@ -29,6 +29,8 @@ function(train_test TARGET_NAME)
PROPERTIES DEPENDS test_${TARGET_NAME}) PROPERTIES DEPENDS test_${TARGET_NAME})
set_tests_properties(test_train_${TARGET_NAME}${arg} set_tests_properties(test_train_${TARGET_NAME}${arg}
PROPERTIES LABELS "RUN_TYPE=DIST") PROPERTIES LABELS "RUN_TYPE=DIST")
set_tests_properties(test_train_${TARGET_NAME}${arg}
PROPERTIES TIMEOUT 150)
endforeach() endforeach()
endfunction(train_test) endfunction(train_test)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册