We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e363c6 commit 18d8dcbCopy full SHA for 18d8dcb
1 file changed
test/auto_parallel/CMakeLists.txt
@@ -215,6 +215,8 @@ if(WITH_DISTRIBUTE AND WITH_GPU)
215
PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 100)
216
py_test_modules(test_semi_auto_parallel_simple_net_ep MODULES
217
test_semi_auto_parallel_simple_net_ep)
218
+ set_tests_properties(test_semi_auto_parallel_simple_net_ep
219
+ PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 120)
220
# End of unittests WITH multi cards and timeout
221
222
# NOTE(zyl): unittests WITH multi cards and WITHOUT timeout
0 commit comments