File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
python/paddle/fluid/tests/unittests Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ function(py_test_modules TARGET_NAME)
46
46
endfunction ()
47
47
list (REMOVE_ITEM TEST_OPS test_warpctc_op )
48
48
list (REMOVE_ITEM TEST_OPS test_dist_train )
49
+ list (REMOVE_ITEM TEST_OPS test_dist_transpiler )
49
50
list (REMOVE_ITEM TEST_OPS test_parallel_executor_crf )
50
51
list (REMOVE_ITEM TEST_OPS test_parallel_executor_fetch_feed )
51
52
list (REMOVE_ITEM TEST_OPS test_dist_se_resnext )
@@ -61,11 +62,12 @@ if(WITH_DISTRIBUTE)
61
62
set_tests_properties (test_listen_and_serv_op PROPERTIES TIMEOUT 20 )
62
63
set_tests_properties (test_dist_mnist PROPERTIES TIMEOUT 200 )
63
64
set_tests_properties (test_dist_word2vec PROPERTIES TIMEOUT 200 )
65
+ py_test_modules (test_dist_transpiler MODULES test_dist_transpiler )
66
+ py_test_modules (test_dist_transformer MODULES test_dist_transformer SERIAL )
67
+ py_test_modules (test_dist_se_resnext MODULES test_dist_se_resnext SERIAL )
64
68
endif ()
65
69
py_test_modules (test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL )
66
70
py_test_modules (test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL )
67
71
set_tests_properties (test_parallel_executor_fetch_feed PROPERTIES TIMEOUT 150 )
68
- py_test_modules (test_dist_transformer MODULES test_dist_transformer SERIAL )
69
- py_test_modules (test_dist_se_resnext MODULES test_dist_se_resnext SERIAL )
70
72
py_test_modules (test_parallel_executor_transformer MODULES test_parallel_executor_transformer SERIAL )
71
73
py_test_modules (test_image_classification_resnet MODULES test_image_classification_resnet SERIAL )
You can’t perform that action at this time.
0 commit comments