Skip to content

Commit 18d8dcb

Browse files
committed
add timeout property for ut
1 parent 4e363c6 commit 18d8dcb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/auto_parallel/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ if(WITH_DISTRIBUTE AND WITH_GPU)
215215
PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 100)
216216
py_test_modules(test_semi_auto_parallel_simple_net_ep MODULES
217217
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)
218220
# End of unittests WITH multi cards and timeout
219221

220222
# NOTE(zyl): unittests WITH multi cards and WITHOUT timeout

0 commit comments

Comments
 (0)