From fbf852dd832bc0e63ae31cd4aa37defd829e4c03 Mon Sep 17 00:00:00 2001 From: Ghost Screaming Date: Thu, 7 Mar 2024 10:48:38 +0800 Subject: [PATCH] [AutoParallel] Adjust time restriction for test_semi_auto_parallel_hybrid_strategy.py (#62278) --- test/auto_parallel/hybrid_strategy/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/auto_parallel/hybrid_strategy/CMakeLists.txt b/test/auto_parallel/hybrid_strategy/CMakeLists.txt index 8d4c34745d823..4d15ae4b30d92 100644 --- a/test/auto_parallel/hybrid_strategy/CMakeLists.txt +++ b/test/auto_parallel/hybrid_strategy/CMakeLists.txt @@ -10,7 +10,7 @@ if((WITH_GPU) AND (LINUX)) test_semi_auto_parallel_hybrid_strategy ENVS "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python") set_tests_properties(test_semi_auto_parallel_hybrid_strategy - PROPERTIES TIMEOUT "180" LABELS "RUN_TYPE=HYBRID") + PROPERTIES TIMEOUT "600" LABELS "RUN_TYPE=HYBRID") endif() if((WITH_GPU) AND (LINUX)) py_test_modules(