未验证 提交 21138c05 编写于 作者: H Huihuang Zheng 提交者: GitHub

Add test_yolov3 and test_se_resnet Timeout (#25076)

Some big models can timeout on Windows CPU machine. I added some timeout properties.
上级 a73a4a8f
......@@ -5,4 +5,6 @@ foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
endforeach(TEST_OP)
set_tests_properties(test_se_resnet PROPERTIES TIMEOUT 900)
set_tests_properties(test_tsm PROPERTIES TIMEOUT 900)
set_tests_properties(test_yolov3 PROPERTIES TIMEOUT 900)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册