modified timeout value for test_conv3d_mkldnn_op,test=document_fix (#28496)

TCChenlong-patch-1
YUNSHEN XIE 4 years ago committed by GitHub
parent 645e999afc
commit 2159646796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,4 +5,5 @@ foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
endforeach(TEST_OP)
set_tests_properties(test_concat_mkldnn_op PROPERTIES TIMEOUT 120)
set_tests_properties(test_conv3d_mkldnn_op PROPERTIES TIMEOUT 120)
set_tests_properties(test_flags_mkldnn_ops_on_off PROPERTIES TIMEOUT 120)

Loading…
Cancel
Save