Skip to content

Commit 206e630

Browse files
Add timeout for mac hang test (#62915)
1 parent 69217ad commit 206e630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/legacy_test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ function(py_test_modules TARGET_NAME)
337337
if(py_test_modules_SERIAL)
338338
set_property(TEST ${TARGET_NAME} PROPERTY RUN_SERIAL 1)
339339
endif()
340-
if(WIN32)
340+
if(WIN32 OR APPLE)
341341
set_tests_properties(${TARGET_NAME} PROPERTIES TIMEOUT 150)
342342
endif()
343343
endif()

0 commit comments

Comments
 (0)