setting timeout properity for test_flags_mkldnn_ops_on_off (#28489)

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

@ -5,3 +5,4 @@ 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_flags_mkldnn_ops_on_off PROPERTIES TIMEOUT 120)

Loading…
Cancel
Save