diff --git a/test/auto_parallel/CMakeLists.txt b/test/auto_parallel/CMakeLists.txt index cea07f2d86fa41490e187f7985b553a98193d925..fe67e34c03d3916e175ae77e3c0a443861b3d89b 100644 --- a/test/auto_parallel/CMakeLists.txt +++ b/test/auto_parallel/CMakeLists.txt @@ -74,6 +74,9 @@ if(WITH_DISTRIBUTE AND WITH_GPU) py_test_modules(test_auto_tuner_compare MODULES test_auto_tuner_compare) set_tests_properties(test_auto_tuner_compare PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 100) + py_test_modules(test_pass_quantization MODULES test_pass_quantization) + set_tests_properties(test_pass_quantization + PROPERTIES LABELS "RUN_TYPE=EXECLUSIVE" TIMEOUT 60) # End of unittests WITH multi cards and timeout # NOTE(zyl): unittests WITH multi cards and WITHOUT timeout @@ -89,8 +92,6 @@ if(WITH_DISTRIBUTE AND WITH_GPU) set_tests_properties(test_parallel_tuner_predict PROPERTIES TIMEOUT 120) py_test_modules(test_selective_recompute MODULES test_selective_recompute) set_tests_properties(test_selective_recompute PROPERTIES TIMEOUT 50) - py_test_modules(test_pass_quantization MODULES test_pass_quantization) - set_tests_properties(test_pass_quantization PROPERTIES TIMEOUT 60) py_test_modules(test_tuning_recompute MODULES test_tuning_recompute) set_tests_properties(test_tuning_recompute PROPERTIES TIMEOUT 300) py_test_modules(test_fused_linear_pass MODULES test_fused_linear_pass)