From 2c30e64b2f1fb9faaa78e5c2686f47446b6f6bbc Mon Sep 17 00:00:00 2001 From: chengduo <30176695+chengduoZH@users.noreply.github.com> Date: Tue, 10 Sep 2019 16:13:53 +0800 Subject: [PATCH] increase timelimit test_pe_serexnext (#19702) test=develop --- python/paddle/fluid/tests/unittests/CMakeLists.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index b7e22b5193c..a3cbf1689a4 100644 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -305,11 +305,9 @@ if(NOT WIN32) py_test_modules(test_ir_memory_optimize_transformer MODULES test_ir_memory_optimize_transformer) endif() -if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR APPLE) - set_tests_properties(test_parallel_executor_seresnext_base_cpu PROPERTIES TIMEOUT 900) - set_tests_properties(test_parallel_executor_seresnext_with_reduce_cpu PROPERTIES TIMEOUT 750) - set_tests_properties(test_parallel_executor_seresnext_with_fuse_all_reduce_cpu PROPERTIES TIMEOUT 750) -endif() +set_tests_properties(test_parallel_executor_seresnext_base_cpu PROPERTIES TIMEOUT 900) +set_tests_properties(test_parallel_executor_seresnext_with_reduce_cpu PROPERTIES TIMEOUT 750) +set_tests_properties(test_parallel_executor_seresnext_with_fuse_all_reduce_cpu PROPERTIES TIMEOUT 750) if (WITH_NGRAPH) add_subdirectory(ngraph) -- GitLab