Set timeout properity for a few unitests

revert-26856-strategy_example2
chalsliu 5 years ago committed by GitHub
parent 32ceacf317
commit cb3f131f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,8 @@ function(train_test TARGET_NAME)
PROPERTIES DEPENDS test_${TARGET_NAME})
set_tests_properties(test_train_${TARGET_NAME}${arg}
PROPERTIES LABELS "RUN_TYPE=DIST")
set_tests_properties(test_train_${TARGET_NAME}${arg}
PROPERTIES TIMEOUT 150)
endforeach()
endfunction(train_test)

Loading…
Cancel
Save