Skip to content

Commit

Permalink
Revert "[AutoParallel] Adjust time restriction for test_semi_auto_par…
Browse files Browse the repository at this point in the history
…allel_hybrid_strategy.py (PaddlePaddle#62278)"

This reverts commit fbf852d.
  • Loading branch information
hanhaowen-mt committed May 13, 2024
1 parent 12101a5 commit aaa8460
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 "600" LABELS "RUN_TYPE=HYBRID")
PROPERTIES TIMEOUT "180" LABELS "RUN_TYPE=HYBRID")
endif()
if((WITH_GPU) AND (LINUX))
py_test_modules(
Expand Down

0 comments on commit aaa8460

Please sign in to comment.