未验证 提交 24523c16 编写于 作者: J jiangcheng 提交者: GitHub

[CINN] skip timeout has setted test to avoid reset timeout (#54750)

上级 f836e7d2
......@@ -1213,10 +1213,14 @@ set(TEST_CINN_OPS
test_assign_op
test_flatten_contiguous_range_op)
foreach(TEST_CINN_OPS ${TEST_CINN_OPS})
foreach(TEST_CINN_OP ${TEST_CINN_OPS})
if(WITH_CINN)
set_tests_properties(${TEST_CINN_OPS} PROPERTIES LABELS "RUN_TYPE=CINN")
set_tests_properties(${TEST_CINN_OPS} PROPERTIES TIMEOUT 200)
set_tests_properties(${TEST_CINN_OP} PROPERTIES LABELS "RUN_TYPE=CINN")
get_test_property(${TEST_CINN_OP} TIMEOUT ORIGIN_TIME_OUT)
if((NOT ${ORIGIN_TIME_OUT}) OR (${ORIGIN_TIME_OUT} LESS 200))
set_tests_properties(${TEST_CINN_OP} PROPERTIES TIMEOUT 200)
endif()
endif()
endforeach()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册