From d5cefbe1c0e3aba95f804add6048a46c7ef1f7cf Mon Sep 17 00:00:00 2001 From: GhostScreaming Date: Fri, 1 Mar 2024 15:26:49 +0800 Subject: [PATCH] [AutoParallel] Adjust time restriction for test_semi_auto_parallel_hybrid_strategy.py --- 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(