Skip to content

Commit

Permalink
[AutoParallel] Adjust time restriction for test_semi_auto_parallel_hy…
Browse files Browse the repository at this point in the history
…brid_strategy.py (PaddlePaddle#62278)
  • Loading branch information
GhostScreaming committed Mar 7, 2024
1 parent e816529 commit fbf852d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/auto_parallel/hybrid_strategy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit fbf852d

Please sign in to comment.