We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5831f commit c917c13Copy full SHA for c917c13
python/paddle/fluid/tests/unittests/CMakeLists.txt
@@ -118,8 +118,8 @@ if(NOT APPLE)
118
py_test_modules(test_image_classification_resnet MODULES test_image_classification_resnet SERIAL)
119
endif()
120
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
121
- # change the timeout from 600 to 1200, because in debug mode, this test need more time.
122
- set_tests_properties(test_parallel_executor_seresnext PROPERTIES TIMEOUT 1200)
+ # change the timeout from 600 to 2200, because in debug mode, this test need more time.
+ set_tests_properties(test_parallel_executor_seresnext PROPERTIES TIMEOUT 2200)
123
124
125
if (WITH_NGRAPH)
0 commit comments