From ca33821475da36f2e2a8e71d322b9d43946da98c Mon Sep 17 00:00:00 2001 From: WeiXin Date: Wed, 20 Jan 2021 19:04:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E9=95=BF=E5=8D=95=E6=B5=8B'test=5Fsta?= =?UTF-8?q?tic=5Fsave=5Fload'=E8=B6=85=E6=97=B6=20(#30599)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * delay the 'timeout' of 'test_static_save_load'. * delay the 'timeout' of 'test_static_save_load'. --- python/paddle/fluid/tests/unittests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index be60e489ca1..7d3194d44e5 100644 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -709,10 +709,10 @@ set_tests_properties(test_trilinear_interp_op PROPERTIES TIMEOUT 120) set_tests_properties(test_bicubic_interp_v2_op PROPERTIES TIMEOUT 120) set_tests_properties(test_gather_op PROPERTIES TIMEOUT 120) if (WIN32) - set_tests_properties(test_static_save_load PROPERTIES TIMEOUT 300) + set_tests_properties(test_static_save_load PROPERTIES TIMEOUT 900) set_tests_properties(test_paddle_save_load PROPERTIES TIMEOUT 250) else() - set_tests_properties(test_static_save_load PROPERTIES TIMEOUT 200) + set_tests_properties(test_static_save_load PROPERTIES TIMEOUT 600) set_tests_properties(test_paddle_save_load PROPERTIES TIMEOUT 150) endif() set_tests_properties(test_imperative_selected_rows_to_lod_tensor PROPERTIES TIMEOUT 120) -- GitLab