Increase the timeout of test_pe_seresnext (#15621)

* chang the timeout of test_pe_resnet
test=develop

* follow comment
test=develop
revert-15296-async_double_buffered_py_reader
chengduo 7 years ago committed by GitHub
parent 1ccbc51218
commit c1092374fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,6 +110,10 @@ py_test_modules(test_parallel_executor_transformer MODULES test_parallel_executo
if(NOT APPLE)
py_test_modules(test_image_classification_resnet MODULES test_image_classification_resnet SERIAL)
endif()
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
# change the timeout from 600 to 900, because in debug mode, this test need more time.
set_tests_properties(test_image_classification_resnet PROPERTIES TIMEOUT 900)
endif()
if (WITH_NGRAPH)
add_subdirectory(ngraph)

Loading…
Cancel
Save