Add test_yolov3 and test_se_resnet Timeout (#25076)

Some big models can timeout on Windows CPU machine. I added some timeout properties.
fix-sync_batch_norm-hang-in-fleet
Huihuang Zheng 5 years ago committed by GitHub
parent a73a4a8fe7
commit 21138c05a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,4 +5,6 @@ foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP}) py_test_modules(${TEST_OP} MODULES ${TEST_OP})
endforeach(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_tsm PROPERTIES TIMEOUT 900)
set_tests_properties(test_yolov3 PROPERTIES TIMEOUT 900)

Loading…
Cancel
Save