fix ut exec timeout notest,test=kunlun (#28495)

* fix ut exec timeout notest,test=kunlun

* fix error for executing ut timeout,test=document_fix
TCChenlong-patch-1
YUNSHEN XIE 5 years ago committed by GitHub
parent d3b2d07d6e
commit e1a5fc449d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,3 +7,6 @@ list(REMOVE_ITEM TEST_OPS test_mean_op_xpu)
foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
endforeach(TEST_OP)
set_tests_properties(test_mul_op_xpu PROPERTIES TIMEOUT 120)
set_tests_properties(test_conv2d_op_xpu PROPERTIES TIMEOUT 120)

Loading…
Cancel
Save