We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e816529 commit fbf852dCopy full SHA for fbf852d
test/auto_parallel/hybrid_strategy/CMakeLists.txt
@@ -10,7 +10,7 @@ if((WITH_GPU) AND (LINUX))
10
test_semi_auto_parallel_hybrid_strategy ENVS
11
"http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
12
set_tests_properties(test_semi_auto_parallel_hybrid_strategy
13
- PROPERTIES TIMEOUT "180" LABELS "RUN_TYPE=HYBRID")
+ PROPERTIES TIMEOUT "600" LABELS "RUN_TYPE=HYBRID")
14
endif()
15
if((WITH_GPU) AND (LINUX))
16
py_test_modules(
0 commit comments