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 @@ -50,6 +50,7 @@ function(py_test_modules TARGET_NAME)
50
50
endfunction ()
51
51
list (REMOVE_ITEM TEST_OPS test_warpctc_op )
52
52
list (REMOVE_ITEM TEST_OPS test_dist_train )
53
+ list (REMOVE_ITEM TEST_OPS test_dist_transpiler )
53
54
list (REMOVE_ITEM TEST_OPS test_parallel_executor_crf )
54
55
list (REMOVE_ITEM TEST_OPS test_parallel_executor_fetch_feed )
55
56
list (REMOVE_ITEM TEST_OPS test_dist_se_resnext )
@@ -65,11 +66,12 @@ if(WITH_DISTRIBUTE)
65
66
set_tests_properties (test_listen_and_serv_op PROPERTIES TIMEOUT 20 )
66
67
set_tests_properties (test_dist_mnist PROPERTIES TIMEOUT 200 )
67
68
set_tests_properties (test_dist_word2vec PROPERTIES TIMEOUT 200 )
69
+ py_test_modules (test_dist_transpiler MODULES test_dist_transpiler )
70
+ py_test_modules (test_dist_transformer MODULES test_dist_transformer SERIAL )
71
+ py_test_modules (test_dist_se_resnext MODULES test_dist_se_resnext SERIAL )
68
72
endif ()
69
73
py_test_modules (test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL )
70
74
py_test_modules (test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL )
71
75
set_tests_properties (test_parallel_executor_fetch_feed PROPERTIES TIMEOUT 150 )
72
- py_test_modules (test_dist_transformer MODULES test_dist_transformer SERIAL )
73
- py_test_modules (test_dist_se_resnext MODULES test_dist_se_resnext SERIAL )
74
76
py_test_modules (test_parallel_executor_transformer MODULES test_parallel_executor_transformer SERIAL )
75
77
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