Skip to content

Commit fbf852d

Browse files
[AutoParallel] Adjust time restriction for test_semi_auto_parallel_hybrid_strategy.py (#62278)
1 parent e816529 commit fbf852d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auto_parallel/hybrid_strategy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if((WITH_GPU) AND (LINUX))
1010
test_semi_auto_parallel_hybrid_strategy ENVS
1111
"http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
1212
set_tests_properties(test_semi_auto_parallel_hybrid_strategy
13-
PROPERTIES TIMEOUT "180" LABELS "RUN_TYPE=HYBRID")
13+
PROPERTIES TIMEOUT "600" LABELS "RUN_TYPE=HYBRID")
1414
endif()
1515
if((WITH_GPU) AND (LINUX))
1616
py_test_modules(

0 commit comments

Comments
 (0)