未验证 提交 a01e27cc 编写于 作者: Z Zeng Jinle 提交者: GitHub

Make Distributed Pass UT Timeout Smaller (#37199)

* make pass ut timeout smaller

* increate ut timeout
上级 ea47d211
......@@ -4,5 +4,5 @@ string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")
foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
list(APPEND DIST_TEST_OPS ${TEST_OP})
set_tests_properties(${TEST_OP} PROPERTIES TIMEOUT 120)
set_tests_properties(${TEST_OP} PROPERTIES TIMEOUT 90)
endforeach(TEST_OP)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册