diff --git a/test/legacy_test/CMakeLists.txt b/test/legacy_test/CMakeLists.txt index 2f729cc1f3b9dd..b8b019b5673c21 100644 --- a/test/legacy_test/CMakeLists.txt +++ b/test/legacy_test/CMakeLists.txt @@ -337,7 +337,7 @@ function(py_test_modules TARGET_NAME) if(py_test_modules_SERIAL) set_property(TEST ${TARGET_NAME} PROPERTY RUN_SERIAL 1) endif() - if(WIN32) + if(WIN32 OR APPLE) set_tests_properties(${TARGET_NAME} PROPERTIES TIMEOUT 150) endif() endif()