Skip to content

Commit c917c13

Browse files
author
chengduo
authored
increase the time limite (#16405)
test=develop
1 parent 2e5831f commit c917c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/fluid/tests/unittests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ if(NOT APPLE)
118118
py_test_modules(test_image_classification_resnet MODULES test_image_classification_resnet SERIAL)
119119
endif()
120120
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)
121+
# change the timeout from 600 to 2200, because in debug mode, this test need more time.
122+
set_tests_properties(test_parallel_executor_seresnext PROPERTIES TIMEOUT 2200)
123123
endif()
124124

125125
if (WITH_NGRAPH)

0 commit comments

Comments
 (0)