From 1dcc3551dd6f324ea3fee981f4343bc32af0885d Mon Sep 17 00:00:00 2001 From: zqw_1997 <118182234+zhengqiwen1997@users.noreply.github.com> Date: Thu, 29 Jun 2023 11:21:47 +0800 Subject: [PATCH] test_sync_batch_norm_op fix (#54916) --- test/legacy_test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/legacy_test/CMakeLists.txt b/test/legacy_test/CMakeLists.txt index c81b004f245..468d7eb966c 100644 --- a/test/legacy_test/CMakeLists.txt +++ b/test/legacy_test/CMakeLists.txt @@ -895,7 +895,7 @@ endif() # setting timeout value as 15S set_tests_properties(test_run PROPERTIES TIMEOUT 120) -set_tests_properties(test_sync_batch_norm_op PROPERTIES TIMEOUT 120) +set_tests_properties(test_sync_batch_norm_op PROPERTIES TIMEOUT 180) set_tests_properties(test_cross_op PROPERTIES TIMEOUT 120) set_tests_properties(test_imperative_lod_tensor_to_selected_rows PROPERTIES TIMEOUT 200) -- GitLab